Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/palahsu/Insta-follow-bot
- Owner: palahsu
- License: mit
- Created: 2021-08-04T17:57:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T18:16:49.000Z (over 3 years ago)
- Last Synced: 2024-06-28T11:36:17.495Z (4 months ago)
- Topics: chromedriver, instabot, instabot-py, instagram, python, selenium, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.