This app is set by default to search around Johannesburg, South Africa (you can change the Lat/Lon and the search Radius in Miles which is set to 10), it will automatically search every 5 minutes so you can let it run over night. For every 5 minutes you should have a .CSV file in the /data folder.
The program automatically combines these files into a file called AllTweetsCombined.csv.
At the same time it will cull out duplicate posts.
This way you could gather 28800 original tweets every 24 hours........minus duplicates of course.
INSTRUCTIONS:
NOTE: delete any and all .CSV files in /data every time you run this app. If this is the first time you run the app don't worry about this step.
ERRORS: if you get the javaw.exe problem or anything like it , you do not have JAVA, install java!
- First go to this URL to understand how to search for phrases: https://dev.twitter.com/docs/using-search
Here you will find a list of examples such as:
"happy hour" = will search for tweets containing the exact phrase "happy hour"
love OR hate = will search for tweets containing either "love" or "hate" (or both)
- Text2Search: this is the text phrase you would like to search for: https://dev.twitter.com/docs/using-search
- RadiusValue: The search radius from the Latitude and Longitude point that you specify.
- Stop And Combine: Click this button once you are happy with the amount of tweet results it will make a file called "AllTweetsCombined.csv" in the app directory for you.
DOWNLOAD version 2.0:>>>>>[Download not found]<<<<<
[Download not found]API development can be found here: https://dev.twitter.com/docs/