twitter_data_parser
twitter_data_parser copied to clipboard
Python scripts that download metadata and tweets for given users.
Twitter Data Parser
About
Python (Tweepy based) scripts that allow downloading metadata and tweets for given users.
How to use it
- Configure API Keys in
config.py - Prepare a list of usernames in
users.txt - Adjust additional params in
config.py
Account Data
python twitter_account_data_parser.py- For each user there will be created a folder named
{user}with with{user}_account_data.csvfile inside it. - Additionally there will be created a single
account_data.csvfile combining all entries in output folder. Its very useful for further data analysis.
Tweets
python twitter_tweets_parser.py- For each user there will be created a folder named
{user}with with{user}_tweets.csvfile inside it. - Script skips already downloaded tweets
Author
Greg (Grzegorz) Surma