All Projects → Estayparadox → Insta-Bot

Estayparadox / Insta-Bot

Licence: MIT license
Python bot using Selenium increasing Instagram Followers.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Insta-Bot

Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (+77.42%)
Mutual labels:  instagram, selenium, chromedriver
chameleon-crawler
Browser automation for Chameleon.
Stars: ✭ 17 (-72.58%)
Mutual labels:  selenium, chromedriver
instapi
📷 Python Instagram API
Stars: ✭ 33 (-46.77%)
Mutual labels:  instagram, instabot
ig-automatic-story-viewer
Python Program To Send Instagram Story Views
Stars: ✭ 17 (-72.58%)
Mutual labels:  instagram, selenium
Instapy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 12,473 (+20017.74%)
Mutual labels:  instagram, selenium
jest-selenium
This project shows how to drive your selenium tests with Jest.
Stars: ✭ 22 (-64.52%)
Mutual labels:  selenium, chromedriver
InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 14,719 (+23640.32%)
Mutual labels:  instagram, selenium
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+27.42%)
Mutual labels:  instagram, selenium
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (-40.32%)
Mutual labels:  selenium, chromedriver
devtools-proxy
Multiplexing proxy for Chrome DevTools. Fully compatible with Selenium and ChromeDriver
Stars: ✭ 64 (+3.23%)
Mutual labels:  selenium, chromedriver
instapro
professional instagram tool for developers
Stars: ✭ 81 (+30.65%)
Mutual labels:  instagram, instabot
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+122.58%)
Mutual labels:  instagram, selenium
instabot.js
An attempt to create instabot as gui app
Stars: ✭ 30 (-51.61%)
Mutual labels:  instagram, instabot
Fifa21-Autobidder
Selenium-based bot that autobids and autobuys players on FIFA 23 Ultimate Team's transfer market
Stars: ✭ 106 (+70.97%)
Mutual labels:  selenium, chromedriver
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (+37.1%)
Mutual labels:  instagram, selenium
docker-selenium-lambda
The simplest demo of chrome automation by python and selenium in AWS Lambda
Stars: ✭ 172 (+177.42%)
Mutual labels:  selenium, chromedriver
Instagramfirstcommenter
This bot will post a predefined comment as fast as possible to a new post on the target profile. I used this to successfully win tickets for a big music festival.
Stars: ✭ 26 (-58.06%)
Mutual labels:  instagram, selenium
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (-19.35%)
Mutual labels:  instagram, selenium
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 964 (+1454.84%)
Mutual labels:  instagram, selenium
InstaBot
Simple and friendly Bot for Instagram, using Selenium and Scrapy with Python.
Stars: ✭ 32 (-48.39%)
Mutual labels:  instagram, selenium

Insta-Bot

badge1 badge1

An Instagram Bot developed in Python with Selenium which uses the follow back principle to bring you followers gradually.

Increase your Instagram followers gradually

This bot is made to build an audience. It's not a bot that will directly bring you thousands of followers but maybe dozens of them every days. The principle is simple, the bot will search, thanks to a list of defined tags, for random posts on Instagram. For each post, the bot will like, comment and follow the author. As with Twitter, many users often follow the people who follow them. This bot therefore works on the « follow back » principle. image1 image2 image3

How to use InstaBot

1. Prerequisites

To be able to run this little bot, you’ll need to have:

2. Configuration

After simply downloading this repository, open start.py , you’ll have to change some lines.

chromedriver_path = '/Users/josephpereniguez/Projects/InstaBot/chromedriver'

If you have correctly downloaded Chromedriver, change the path to your chromedriver file.

username.send_keys('your_username')
...
password.send_keys('your_password')

These two lines are designed to authenticate you on Instagram. Basically change your_username and your_password to your Instagram credentials.

hashtag_list = ['trip', 'dronephotography', 'traveler']

This is the hashtags your bot will reach to find random posts and persons to comment / like / follow. Change this line with your custom tags, here I’m using trip, dronephotography and traveler tags.

3. Run

Once the configuration is complete, it's time to run this bot. Simply run the command line below in a terminal:

$> python start.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].