gpt4 book ai didi

python - Twitter 流媒体 : Get trends on Twitter on the basis of countries

转载 作者:行者123 更新时间:2023-12-01 04:44:43 25 4
gpt4 key购买 nike

我正在使用 tweepy 来获取 Twitter 推文。我想根据我选择的国家/地区了解当前趋势。我的代码如下:

import tweepy
file = open("data.txt", 'r')
authentication = tweepy.OAuthHandler('consumer_key', 'consumer_secret')
authentication.set_access_token('access_token', 'access_secret')
api = tweepy.API(authentication)
trends = api.trends_available()
for trend in trends:
print trend

上面的代码给了我一个国家列表。我想通过这个列表来查看该国当前的趋势。如何提取这些国家/地区的热门主题标签

我遇到了this问题但没有答案。

最佳答案

您为此作业使用了错误的端点,您必须使用 this它会转换为 tweepy api.trends_place(woeid) 并提供一个 woeid,如本页所述,您也可以从 api.trends_available() 获取> 结果。

关于python - Twitter 流媒体 : Get trends on Twitter on the basis of countries,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29755110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com