Skip to content

katewajasvir/Insta-PythonBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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/katewajasvir/Insta-PythonBOT/blob/main/Instagram Bot Ppt.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 Jashvir Katewa

About

Creating a instagram both in python with alisolanki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages