Skip to content

zzq-s/instabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

instabot

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,try adding Chromedriver location to your PATH system environment variable.

Usage

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

  1. Change your_username and your_password to your Instagram credentials.
#ユーザ名とパスワード
username = 'your_username'
password = 'your_password'
  1. Change this line with your custom tags.
#タグ設定
tags = ['l4l','いいね返し','いいねした人で気になった人フォロー','写真好きな人と繋がりたい']
  1. 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 < 100:
	like()
  1. Run
python main.py

Author

ZHOU ZHUOQIAO

License

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages