am9zZWY / insta-bot

A simple Instagram-Bot written in Python. It is capable of reading messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insta-bot

A simple instagram bot written in python.

Getting Started

  1. Install all requirements
python3 -m pip install -r requirements.txt
  1. Create a .env file
touch .env
  1. Fill .env file

Here's an example of how this file could look like.

INSTA_USERNAME=foobar
INSTA_PASSWORD=foobar
INSTA_SECRET=1234567890
  1. Run
python3 ./instabot

About

A simple Instagram-Bot written in Python. It is capable of reading messages.


Languages

Language:Python 100.0%