是否有办法从特定位置获取所有具有特定关键字的推文?例如,从“英国”获取所有具有“区块链”的推文。
tweepy.Cursor(api.search,q="blockchain",geocode="51.509865,21.18092,100KM"",lang = "en", since='2018-11-27',
until="2018-11-28", tweet_mode='extended').items()
尽管有0条记录,但显示。当我指定自己的国家/地区时,就会给我结果。