Skip to content

Instagram Mass Follow Automation script in python using selenium

Notifications You must be signed in to change notification settings

Bakul-G/insta-follow-request-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Instagram Mass Follow Automation

About the script

For this script, you'll need to supply a CSV file containing the usernames of the accounts you wish to follow. Then, you'll need to enter your own username and password in designated sections of the code. Once that's done, you can sit back and let the code take care of the rest - it will automate the process of logging into Instagram and sending follow requests to each username, regardless of whether it's a personal account or a large brand page. This is all made possible with the help of the Selenium (browser automating tool).

Tools/Libraries used

  • Selenium
  • Pandas
  • Jupyter Notebook

Installations

  • selenium
pip install selenium
  • pandas
pip install pandas

Running the script

To begin, install the libraries mentioned above. Next, create a CSV file with the usernames listed vertically. Then, enter your username and password into the code. Finally, execute all cells in the Jupyter notebook.

About

Instagram Mass Follow Automation script in python using selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published