简体   繁体   English

如何获得推特指标? 是否有任何Twitter API?

[英]how to get twitter metrics? Is there any twitter API for this?

I want to detect most influential tweets and twitter accounts for a specific topic. 我想检测特定主题的最具影响力的推文和推特帐户。 I need to get metrics like retweet_count, link_click_count(if contains), media_count(if_contains), tweet_show_count, tweet_mention_count, replied_count etc. 我需要获取类似retweet_count,link_click_count(如果包含),media_count(if_contains),tweet_show_count,tweet_mention_count,replied_count等指标。

I do not know if I should calculate influence ratio by a formula OR directly get calculated engagements and impressions of a specific tweet by using any API? 我不知道该使用公式计算影响率,还是直接使用任何API获得特定推文的参与度和展示次数?

Any suggestions? 有什么建议么?

You're probably looking for tweepy: https://github.com/tweepy/tweepy . 您可能正在寻找tweepy: https : //github.com/tweepy/tweepy It's pretty fun to work with. 和它一起工作很有趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM