This python script can automatically scrape other Instagram users' followers and save them in a text file.
- Install requirements using terminal or command line. You should run this command
pip install -r requirements.txt
. - Open run.py using a text editor and replace the 13th and 14th lines with your Instagram username and password.
- Open a terminal or cmd again and run the bot using this command:
python run.py
. - Enter the username of the person whose followers you want to scrape.
- Enter how many followers you want to scrape.
- And that's it. After a while, you will find the list of usernames in a text file in the bot folder.