kkoutsilis / InstaBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaBot

Do you ever find yourself commenting for hours on instagram post for giveaways and losing your time?
Well instaBot is your solution!
InstaBot is a simple python script, using selenium that takes your instagram login credentials,
the url of the post you want to comment,
and the comment (most probably your frineds username :P)
and automates the task of commenting for you!

Browser

This bot only works with Google Chrome for now (Version 87.0.4280.88)

Prerequisites

You need to install

  • Python 3.9
  • Google Chrome - if you don't have it
  • Chrome webDriver - check your chrome version and download the same driver version and save it at "C:\Program Files (x86)"
  • Install Selenium using the pip command of python from the command line - pip install selenium

Enjoy

After that run the program and you are ready to go , the bot will spam for ever (at least untill you close it) every 4 to 5 minutes so that you do not get a ban from instagram

Feel free to fork the repo, see the code, improve the bot, try new things.
It's far from perfect, but it's a fun project that i did to learn new stuff and there are a lot of opportunities to build upon it! 😊

About

License:Apache License 2.0


Languages

Language:Python 100.0%