alisolanki / instagram-bot-python

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

Home Page:https://www.buymeacoffee.com/alisolanki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.buymeacoffee.com/alisolanki


Languages

Language:Python 100.0%