Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palahsu/Insta-follow-bot

insta follower bot by python with selenium.
https://github.com/palahsu/Insta-follow-bot

chromedriver instabot instabot-py instagram python selenium selenium-python selenium-webdriver

Last synced: 3 months ago
JSON representation

insta follower bot by python with selenium.

Awesome Lists containing this project

README

        

# Insta-follow-bot

An instagram bot developed in Python with Selenium that helps you get more Instagram followers.
## Install
You’ll need to have:

- [Python](https://www.python.org/downloads/)
- [Selenium](https://pypi.org/project/selenium)
- [Google Chrome](https://www.google.com/chrome/)
- [Chromedriver](https://chromedriver.chromium.org/downloads)
- [webdriver-manager](https://pypi.org/project/webdriver-manager)

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.
```python
#
while like_cnt < 500:
like()
```
4. 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.