标签: tweepy
我仅使用搜索关键字来收集推文回复。
我正在使用带有关键字查询参数的简单游标,如下所示:
for tweet in tweepy.Cursor(api.search,q="Ballon OR Balon",tweet_mode='extended',since="***",until="****",lang="en",geocode=****,timeout=999999).items(items_no):
我如何也包括回复和转发?