Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 762 Bytes

Instagram Non-Followers

built with built with

Instagram script using Python and Selenium to list who does not follow you back

Installing:

First you need to install the firefox driver for automated browser.

Download it from here choosing the correct platform.

Then, unzip it and move to /usr/bin:

  sudo mv geckodriver /usr/bin  

Running:

It's simple. Give the corrects permissions:

 chmod +x script.py

Then, run:

 ./script.py username password

or

 python scripy.py username password