Skip to content

Boryyy/IG-Followers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Followers & Following Script

Fetch Instagram followers and following, then save usernames to text files.

Setup

pip install -r requirements.txt

Copy config.example.json to config.json and add your Instagram cookies:

  • sessionid - Your Instagram session ID
  • csrftoken - CSRF token
  • ds_user_id - Your user ID

Usage

python instagram_followers.py

Outputs:

  • followers.json - Full follower data
  • following.json - Full following data
  • instagram followers YYYY-MM-DD.txt - Followers usernames list
  • instagram following YYYY-MM-DD.txt - Following usernames list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages