问题描述
大家好
我正在尝试从特定位置获取所有用户的推文。我在谷歌搜索了这个要求,但没有找到任何好的解决方案。
有可能这样做吗? Twitter提供的任何API都会给出来自特定区域的推文吗?
我的要求:
来自我想要的特定位置得到所有的推文。
意味着:让我搜索洛杉矶,那么API应该是我的地理位置和推文号码。
例如:
Lat:20.122,Lng:85.675,No of Tweets:40
Lat:19.112,Lng:84.625,No of Tweets:120
Lat:22.562,Lng:87.612,No of Tweets:20
Lat:21.002,Lng:83.600,No of Tweets:54
Lat:20.792, Lng:83.675,推文否:93
我认为Twitter正在提供这类东西。因为我在谷歌搜索并找到了一个很好的网站,其中包含了地区名称和显示最近的所有5条推文。这是网站 []
请帮我找到符合我要求的API
提前谢谢
Hi all
I am trying to fetch all the user's tweets from a particular location.I Searched in Google for this requirement but not found any good solution.
Is it possible to do this?? Is Twitter providing any API which will give the no of tweets from a particular area?
My Requirement:
From a particular location I want to get all the tweets.
Means:Let I searched Los Angeles then that API should be serve me geo location and the no of tweets.
Example:
Lat: 20.122, Lng:85.675, No of Tweets:40
Lat: 19.112, Lng:84.625, No of Tweets:120
Lat: 22.562, Lng:87.612, No of Tweets:20
Lat: 21.002, Lng:83.600, No of Tweets:54
Lat: 20.792, Lng:83.675, No of Tweets:93
I think Twitter is providing this kind of things.because I searched in Google and found a nice website which takes area name and shows all recent 5 tweets. Here is the website Nearby Tweets[^]
Please help me to find the API which will fulfil my requirement
Thanks in advance
这篇关于使用asp.net获取所有Twitter用户的推文的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!