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