Web Scraping usernames of other Instagram users using Fscraper and save it as a Text File for further usage .
This python script can automatically scrape other Instagram user's followers and save them in a text file.
- Install requirements using terminal or command line.
pip install -r requirements.txt
-
Open
fscraper.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:
python3 fscraper.py
-
Enter the username of the person whose followers you want to scrape.
-
Enter how many followers you want to scrape.
-
The list of usernames in a text file will be saved automatically in the bot folder.