Tweepy 不会响应用户名,而只会响应使用的字符串任何线索我做错了什么?

问题描述

我试图让这部分代码响应 @/username 而不是必须使用的字符串才能获得最新回复。

for mention in reversed(mentions):
    if "@BotExampleName" in mention.full_text:
        last_Seen_id = mention.id
        store_id(last_Seen_id,FILE)
        api.update_status('@' + mention.user.screen_name + 'Bot reply successful',mention.id)
        print('Replied to @' + mention.user.screen_name)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...