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:
- Install selenium
sudo pip install selenium
- Get the chrome driver here
- Extract the
chromedriver_linux64.zip
in the same directory, you'll get a file namedchromedriver
- Copy the
chromedriver
to$PATH
by runningsudo cp ./chromedriver /usr/bin
- Open
src.py
of the hack you'd like to run, put in all the necessary details, and runpython src.py
Contributing
If you are interested in adding some more hacks, raise an issue, or send a PR!