/insta-bot

A simple python bot to like posts on Instagram

Primary LanguagePythonMIT LicenseMIT

🤖 Insta Bot

A simple python bot to like posts on Instagram

✔️ Like all posts in a profile
✔️ Like some posts in a profile (starts from the the most recent)
✔️ Like specific posts (needs link)
✔️ Running on Windows
✔️ Running on Linux


❗ Important requirements: ❗

1. You must have Python 3 installed, if you haven't installed yet, check this tutorial!
2. Make sure to click in "Add Python 3.x to PATH" in installation
3. Make sure pip is installed:
  • On terminal: pip - Some commands and informations should appear
4. Install Selenium
  • On terminal: pip install selenium - Wait until installation is complete
5. Download chromedriver
  • You have to download chromedriver on this link according to your Chrome version and OS. If you don't know how to find your Chrome version, paste 'chrome:\\version' on URL bar or check this tutorial!

🚀 Running the code

1. Clone this repository or download the ZIP

2. Paste chromedriver.exe that you downloaded into main.py folder

3. Run the code

  • On terminal: python main.py