Skip to content

Summarize group chat with AI, LLM && query group chat, FREE to deploy your own, support img, 支持中文检索.

License

Notifications You must be signed in to change notification settings

asukaminato0721/telegram-summary-bot

Repository files navigation

telegram group summary bot

image_fx_

Image by imagen-3 on ImageFX, prompt "an icon for telegram group message summarize and search message bot sketchy"

Feel scared when seeing 2000+ unread in groups? Now you can read them by LLM!

Use d1, cf worker, ai gateway, gemini-1.5-flash.

Setup

bot: https://github.com/codebam/cf-workers-telegram-bot

d1: https://developers.cloudflare.com/d1/get-started/

ai gateway: https://developers.cloudflare.com/ai-gateway/

check wiki

Usage

/summary 10

summarize newest 10 messages

/summary 10h

summarize newest 10h messages

/query word

can search cjk

/ask question

answer question based on group chat

/status

check bot is alive

Cost

0

d1: telegram bot can't read info in the history, only newly sent info, so use database to keep them. pricing

cf worker: so no more offline.(I hope so) pricing

gemini-1.5-flash: free for limited usage and huge context

For openAI or others,use the getGenModel from openai.ts, fill in the keys, it returns Promise<string> so remember to await


Data will be kept for 1 month, may change in the future.


TODO

add method to import group history information so history info can be searched.

maybe auto-delte query result


TODO:

maybe word cloud?

Limitation

This bot will store chat history into my d1 database, so deploy your own bot is recommended. Unless I am in your group.

Only messages sent by user and after the bot join the group can be summarized/query.

Why doesn't my bot see messages from other bots? Bots talking to each other could potentially get stuck in unwelcome loops. To avoid this, we decided that bots will not be able to see messages from other bots regardless of mode.

https://core.telegram.org/bots/faq#why-doesn-39t-my-bot-see-messages-from-other-bots

You can't get older message than bot join.

yagop/node-telegram-bot-api#577

If you want to bypass these, check luoxu, which uses userbot.

About

Summarize group chat with AI, LLM && query group chat, FREE to deploy your own, support img, 支持中文检索.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •