Skip to content

Using Tweepy library to scrap data from Twitter through its API.

Notifications You must be signed in to change notification settings

KiDayz/IC05_TweepyExploitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IC05_TweepyExploitation

Using Tweepy library to scrap data from Twitter through its API.

Files description

  • 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

Twitter Dev Account

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.

About

Using Tweepy library to scrap data from Twitter through its API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages