We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/asukaminato0721/telegram-summary-bot
目前功能有概括当日聊天和查询一段时间的历史消息.
用的 SQLite 的 GLOB 查询来支持 index, 因为 d1 数据库用的 SQLite, 并且我目前加了 index.
用的 bot api, 所以相比 userbot 风险更低, 但是 bot 只能获取新纪录, 历史记录需手动导入.
全部运行在 cloudflare 上(这个可以自己更改配置), 数据库目前用的 d1
pros: 不需要用户维护数据库, 以及用 userbot, 理论上 cf 免费套餐够单个群组用. cons: 目前只有单个关键字查询, 没做 opencc 支持.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/asukaminato0721/telegram-summary-bot
目前功能有概括当日聊天和查询一段时间的历史消息.
用的 SQLite 的 GLOB 查询来支持 index, 因为 d1 数据库用的 SQLite, 并且我目前加了 index.
用的 bot api, 所以相比 userbot 风险更低, 但是 bot 只能获取新纪录, 历史记录需手动导入.
全部运行在 cloudflare 上(这个可以自己更改配置), 数据库目前用的 d1
pros: 不需要用户维护数据库, 以及用 userbot, 理论上 cf 免费套餐够单个群组用.
cons: 目前只有单个关键字查询, 没做 opencc 支持.
The text was updated successfully, but these errors were encountered: