/Instagram-Hacks

A few instagram spam hacks

Primary LanguagePython

Instagram Hacks

A few hacks to mess around with my friends and to spam them

Running

To run this code, you need to have selenium and the chrome driver too. Linux Instructions:

  1. Install selenium sudo pip install selenium
  2. Get the chrome driver here
  3. Extract the chromedriver_linux64.zip in the same directory, you'll get a file named chromedriver
  4. Copy the chromedriver to $PATH by running sudo cp ./chromedriver /usr/bin
  5. Open src.py of the hack you'd like to run, put in all the necessary details, and run python src.py

Contributing

If you are interested in adding some more hacks, raise an issue, or send a PR!