Skip to content

palahsu/Insta-follow-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Insta-follow-bot

An instagram bot developed in Python with Selenium that helps you get more Instagram followers.

Install

You’ll need to have:

Go check them out if you don't have them locally installed.

If you have correctly downloaded Chromedriver and install.

Usage

Open instafollowbot.py , you’ll have to change some lines.

Step 1. Change your_username and your_password to your Instagram credentials.

#
username = 'Your Username'
password = 'Your Password'

Step 2. Change this line with your custom tags.

#
tags = ['palashu','instafollower','instalover','bot']

Step 3. In order to keep your account safe and not locked out, you should be satisfied with less than 500 likes per day.

#
while  like_cnt < 500:
	like()
  1. Run
 instafollowbot.py

For any kind of help, support, payment, donate, suggestion and request ask me on Gmail / Telegram:

Follow On

Disclaimer: Please note that this is a research project. I am by no means responsible for any usage of this tool. Use it on your behalf. I am not responsible if your accounts are banned due to extensive use of this tool. I am not responsible for any damages, this scripts and tools only for testing purpose. Everything here in this repository has been made for educational purposes, testing environment only. Thanks.

Releases

No releases published

Packages

No packages published

Languages