Using Tweepy library to scrap data from Twitter through its API.
- main_extraction.py : Extract followers from an account using the account name
- get_following_ids.py : Get the Twitter accounts being followed by a specific account (identified by its Twitter ID)
- analyse.py : Quick analysis of a list of Twitter accounts being followed by a specific account
Extractions are being saved in a .csv file
To use these files, you'll need a twitter dev account with elevated access to the Twitter API. Please write your access tokens in a separate file in the same directory.