taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Can I scrape tweets filtering by user location / tweet location? #293

Closed ElLorans closed 4 years ago

ElLorans commented 4 years ago

Is there any way to get only results from a query filtering by country?

lapp0 commented 4 years ago

Here's an example of tweets made within 1km of NYC's central park zoo https://twitter.com/search?q=geocode%3A40.7732108%2C-73.9773577%2C1km&src=typed_query

Or you could do something like https://twitter.com/search?q=near%3ARussia+within%3A15mi

You can also use other libraries to figure out what the geocodes for other geographic areas, or construct a set circles (given radius, longitude, latitude) which form the geographic area of a country.