Jefferson-Henrique / GetOldTweets-python

A project written in Python to get old tweets, it bypass some limitations of Twitter Official API.
MIT License
1.35k stars 809 forks source link

Geolocation Filter #63

Open ludens11 opened 7 years ago

ludens11 commented 7 years ago

in the TwitterCriteria(), is it possible to give some geolocation as a paramater to filter the tweet? thank you

ivanbambam1986 commented 7 years ago

yes you can, put something like this:

python Exporter.py --querysearch "Refugees AND geocode:19.4372,-99.1732,100km" --maxtweets 100

The geocode has the following estructure: geocode:Latitud, Longitud, Miles/Km around of that point.

Hope this helps you.

Ivan