Skip to content

MosenzonTal/Instagram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Bot

Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Selenium module.

Introduction

An Instagram bot developed using the Selenium Framework

Features

🔵 Login
🔵 Follow user
🔵 UnFollow user
🔵 Message single user
🔵 Message multiple users

Clone project

First you need to fork and then copy the url from clone option Run in gitbash or terminal :

$ git clone [url]

Prerequisites

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

🔹 Python
🔹 Selenium
🔹 Chromedriver
🔹 Google Chrome (English version) https://sites.google.com/a/chromium.org/chromedriver/downloads

Package installation for Windows users

To install all needed requirements run the following command in the project directory:

python -m pip install -r .\requirements.txt

Edit Script

🔹 Open bot.py with any TextEditor.
🔹 Change all needed values such as username and password.

in main:

    ig_bot = InstagramBot('your_username', 'your_password')

This line designed to authenticate you on Instagram. Basically change your_username and your_password to your Instagram credentials.

Usage

🔹after editing the script, in the command Line run:

$ python bot.py


© 2020 Tal Mosenzon. All rights reserved.

About

Instagram Bot is an example to show capabilities of Python library Selenium to interact with JavaScript enabled browsers like Chrome or Firefox. The Instagram bot will be able to perform Sign In to Instagram, Follow a user, Unfollow a user, follow user's followers and messege.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages