Skip to content

iBvishal/instagram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram_bot

An instagram bot to automate the boring stuff for you.

Setup

  1. Clone the repo if you haven't already.
$ git clone https://github.com/iBvishal/instagram_bot.git
  1. Install dependencies.
$ cd instagram_bot
$ pip install -r requirements.txt
  1. Install Geckodriver.
wget https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz
sudo sh -c 'tar -x geckodriver -zf geckodriver-v0.23.0-linux64.tar.gz -O > /usr/bin/geckodriver'
sudo chmod +x /usr/bin/geckodriver
rm geckodriver-v0.23.0-linux64.tar.gz
  1. Replace your login credentials in bot.py and run bot.py.
$ python bot.py

Show some ❤️ and do star the repo

About

An instagram bot that will get you followers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages