Skip to content

Python script that saves all instagram user followers of followings usernames to a file

Notifications You must be signed in to change notification settings

kamronbek29/instagram_followers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram followers downloader

Python script that saves all instagram user followers' username to a file

Login and password are required

In order to make successful request to user followers list, you need to authorize

Requirements

  • aiohttp
  • instagram_private_api

Install

Clone repository

git clone https://github.com/kamronbek29/instagram_followers.git

Install aiohttp using pip:

pip install aiohttp

Install instagram_private_api using pip:

pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0

Usage

Run the script

python3.7 insta_followers.py

Put your username, password and username with followers

Please, put your username here: YOUR_USERNAME
Please put your password here: YOUR_PASSWORD
Please, write username of who you want to get followers: USERNAME_WITH_FOLLOWERS

Then script starts working and will be saved as username.txt

About

Python script that saves all instagram user followers of followings usernames to a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages