tweepy阻止多个用户?

问题描述

在anaconda3上使用tweepy,我可以阻止一个用户。
如何阻止多个用户?有1万名用户。克服障碍
如何从列表中删除用户名(例如excel,txt)并阻止它?

# calling the api  
api = tweepy.API(auth) 
  
# the screen name of the user 
screen_name = "xyzz"
  
# blocking the user 
api.create_block(screen_name) 

解决方法

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

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

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