Python scripts that allow downloading account data and tweets for given users.
- Configure API Keys and Access Tokens in
config.py
(Don't share these with anyone) - Adjust additional params in
config.py
- Prepare a list of usernames in
users.txt
python twitter_tweets_parser.py
- For each user there will be created a folder named
{user_name}
with with{user_name}_tweets.csv
file inside it.
python twitter_account_data_parser.py
- For each user there will be created a folder named
{user_name}
with with{user_name}_account_data.csv
file inside it. - There will also be a single
account_data.csv
file combining all entries in output folder.