Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Selenium module.
An Instagram bot developed using the Selenium Framework
🔵 Login
🔵 Follow user
🔵 UnFollow user
🔵 Message single user
🔵 Message multiple users
First you need to fork and then copy the url from clone option Run in gitbash or terminal :
$ git clone [url]
To be able to run this little bot, you’ll need to have:
🔹 Python
🔹 Selenium
🔹 Chromedriver
🔹 Google Chrome (English version) https://sites.google.com/a/chromium.org/chromedriver/downloads
To install all needed requirements run the following command in the project directory:
python -m pip install -r .\requirements.txt
🔹 Open bot.py with any TextEditor.
🔹 Change all needed values such as username and password.
in main:
ig_bot = InstagramBot('your_username', 'your_password')This line designed to authenticate you on Instagram. Basically change your_username and your_password to your Instagram credentials.
🔹after editing the script, in the command Line run:
$ python bot.py
© 2020 Tal Mosenzon. All rights reserved.

