Knowledge of installing software and CLI
- Install python - https://www.python.org/downloads/release/python-272/
- Install git - https://git-scm.com/downloads
- Open Powershell(windows 10) or terminal(macos)
- Make directory/folder to hold files:
mkdir instagram_likes
- Make sure the directory/folder is the root path command below:
cd instagram_likes
- Clone the current repo using command below:
git clone https://github.com/sudoxx2/free_instagram_likes.git
- Download chrome web driver depending on your chrome version - http://chromedriver.chromium.org/downloads
- Move/Drag chromedriver to our directory created from step 4
- run this command in terminal/shell to get selenium packages:
pip install selenium
- Insert your login credentials/hashtag at the bottom of the app.py file
- run this command below:
python app.py
FULL DISCLAIMER: I am not responsible if you get your instagram account banned but I set very long random timers whenever navigating to a new post or clicking like button to avoid intagrams bot detection