results = [] for tweet in tweepy.Cursor(api.search, q="coronavirus", result_type="recent", include_entities=True, wait_on_rate_limit=True, wait_on_rate_limit_notify=True, lang="en").items(50): results.append(tweet)
我知道如何使用tweepy.cursor搜索关键字。但我只想添加一条推文,即特定用户的关注者超过10000个且满足关键字条件。我不确定如何同时执行这两件事。有人可以帮忙吗?谢谢!
results = [] for tweepy.Cursor(api.search,q =“ coronavirus”,result_type =“ recent”,include_entities = True,...
以下是Twitter状态JSON示例:https://pastebin.com/UB5XbrHe