channel-helper-bot
channel-helper-bot copied to clipboard
A bot provides comments for Telegram channels
1.添加未关注频道用户的评论限制; 2.添加频道所有者的删封权限
可以來個中文版嗎
其实可以把评论区并入原消息的,这样子看上去会更漂亮合理一点。
如题,作者大佬,能否改进一下这个问题(应该算bug),设置开启了button自动显示按钮,关闭了评论模式,但是不会显示点赞功能了。
修复:当以服务运行时,找不到数据库的问题。
``` root@173:~/bot# python3 helper_main.py /usr/local/python3/lib/python3.9/site-packages/telegram/utils/promise.py:26: TelegramDeprecationWarning: telegram.utils.promise is deprecated. Please use telegram.ext.utils.promise instead. warnings.warn( Traceback (most recent call last): File "/root/commentbot/helper_main.py", line 16, in import messagequeue as mq File "/root/commentbot/messagequeue.py",...
把A频道中有评论bot按钮(手动模式,已创建评论按钮,未创建评论区)的消息转发到没有评论bot的B频道,然后按评论按钮发表评论,虽然显示评论成功,但这条消息既不会在任何频道展示,也不会在任何频道创建评论区。