Skip to content

alisolanki/instagram-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-bot-python

Instagram Bot that sends messages to multiple people using tkinter and an easy to use GUI.

Preview

Presentation

https://github.com/alisolanki/instagram-bot-python/blob/master/Instagram%20Bot%20Ppt.pdf

Installation

  1. Download virtual environment if not installed already through your terminal/cmd:
    python3 -m pip install --user virtualenv

  2. Create a python virtual environment so that the dependencies need not be installed globally:
    Make sure you name it 'env' for the .gitignore
    python3 -m venv env
    Mac:
    source env/bin/activate
    Windows:
    .\env\Scripts\activate

  3. Install all the dependencies:
    pip install -r requirements.txt

  4. You're all set to go:
    python instabot.py
    OR
    python3 instabot.py

Created with 💜 by Ali Solanki

About

Instagram Bot that sends messages to multiple people using tkinter and an easy to use GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages