channel-helper-bot icon indicating copy to clipboard operation
channel-helper-bot copied to clipboard

A bot provides comments for Telegram channels

Results 15 channel-helper-bot issues
Sort by recently updated
recently updated
newest added

telegram的每条消息的长度很大,而评论bot只有评论条数的限制,没有具体一条评论的字数限制。这就导致了恶意用户可以发送一条极长信息评论而导致刷屏,而本bot的封禁机制无法封禁特定用户(现在未知无法封禁用户的类型),且封禁的步骤较为繁琐,建议引入每条评论的字数限制来解决此问题。

File "/Users/tony/Developer/channel-helper-bot/helper_main.py", line 15, in import telegram.bot ModuleNotFoundError: No module named 'telegram.bot'