A python script that can automatically scrape other people followers on instagram and save them in a txt file.
- Install requirements using terminal or command line, you should run this command
pip install -r requirements.txt
. - Open run.py in a text editor and edit 13 and 14 typing you instagram username and password.
- Open terminal or cmd again and run bot using this command:
python run.py
. - Enter the instagram username that you want to scrape followers from.
- Enter how many followers you want to scrape.
- And thats it after a moment you will find the list of usernames in a txt file in bot folder.