get-Tweets
Summary
A python script for downloading tweets based on searches or a user's timeline.Overview
get-Tweets generates a corpus of tweets from a search query, or from a
user's time-line. It generates a new folder for each request, and saves
each tweet's content in a text file.
The script is set up to get the most recent tweets. The code can be found on GitHub here: https://github.com/Landaluce/get-Tweets