danmaqua-telegrambot icon indicating copy to clipboard operation
danmaqua-telegrambot copied to clipboard

⚓ A Bot for forwarding translation danmaku to Telegram chats

Results 14 danmaqua-telegrambot issues
Sort by recently updated
recently updated
newest added

给计划任务使用的功能

enhancement

![image](https://user-images.githubusercontent.com/3166782/88463368-ddf66800-cee4-11ea-8f82-82a4632d7e23.png) emmm...

enhancement

- 需求场景 根据 Telegram Bot API 文档 [My bot is hitting limits, how do I avoid this?](https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this) 指出,一个 Bot 每秒不能发出超过 30 条消息,在同一个群组中每分钟不能发出超过 20 条消息。当一个 Bot 管理非常多的弹幕转发频道时将会很容易撞上消息限制。

enhancement

日志: ``` Failed to fetch updates. Waiting: 1s request to https://api.telegram.org//getUpdates?offset=&limit=100&timeout=30 failed, reason: getaddrinfo EAI_AGAIN api.telegram.org ```

bug