Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 960 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 960 Bytes

Instagram-Bot

Instagram Bot that logs in to your account, scrapes the followers and following of the entered Instagram user and stores them as a CSV file.

Dependencies

  1. Python3
  2. selenium
  3. pandas
  4. chrome driver

Running the script

  1. Change the path to the path of chrome driver in your system.
  2. py main.py
  3. Enter your instagram username ( Viewing a user's followers and following requires us to login to instagram)
  4. Enter your instagram password
  5. Enter the user's instagram username to scrap their followers and following
  6. The user's followers and following will be stored in a csv file .csv

Demo

Watch the demo video and see the obviouslyveganfood.csv file for result.

Disclaimer

This script is developed for educational purposes only. Any misuse of this script is not allowed. You are responsible for your own actions.