hamemuh / UKelections2017

Sentiment analysis to forecast the outcome of the UK 2017 snap election.
0 stars 1 forks source link

Researching Twitter Geo Location #16

Open sammyjld opened 7 years ago

sammyjld commented 7 years ago
sammyjld commented 7 years ago

https://dev.twitter.com/rest/reference/post/statuses/update

sammyjld commented 7 years ago

They can be attached to Tweets by specifying a place_id when tweeting.

Tweets associated with places are not necessarily issued from that location but could also potentially be about that location. Places can be searched for. Tweets can also be found by place_id.

sammyjld commented 7 years ago

https://www.quora.com/How-can-I-get-a-stream-of-tweets-from-a-particular-country-using-Twitter-API

jcalcutt commented 7 years ago

To connect to my mongodb: 10.50.0.98:27017

jcalcutt commented 7 years ago

"test" tweets are in -> twitterdb -> testplot

jcalcutt commented 7 years ago

http://stackoverflow.com/questions/22889122/how-to-add-a-location-filter-to-tweepy-module

^This example shows how to filter by UK only tweets

sammyjld commented 7 years ago

Location Analysis.docx