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.csvfile 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.csvfile inside it. - There will also be a single
account_data.csvfile combining all entries in output folder.