An open API service indexing awesome lists of open source software.

https://github.com/asukaminato0721/telegram-summary-bot

Summarize group chat with AI, LLM && query group chat, FREE to deploy your own, support img, link meta info, reply to, 支持中文检索.
https://github.com/asukaminato0721/telegram-summary-bot

chinese gemini-ai large-language-model telegram telegram-bot

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# telegram group summary bot

![image_fx_](https://github.com/user-attachments/assets/d9924ced-5310-4edc-9073-bdcc1df1dd6d)

> 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-2.0-flash.

## NOTICE

Due to current usage exceeded maximum DB size 500M `D1_ERROR: Exceeded maximum DB size`, please deploy your own bot. And you can keep a much longer log. I have disabled this bot to be add to new group.

## Setup

bot:

d1:

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](https://developers.cloudflare.com/d1/platform/pricing/#billing-metrics)

cf worker: so no more offline.(I hope so) [pricing](https://developers.cloudflare.com/workers/platform/pricing/#workers)

gemini-2.0-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` so remember to `await`

---

The Newest 4000 text messages will be kept, images will be kept for 2 days. 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.
>
> https://github.com/yagop/node-telegram-bot-api/issues/577

If you want to bypass these, check [luoxu](https://github.com/lilydjwg/luoxu), which uses userbot.