/instamate

The Python Instagram bot :camera: 🤖

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Instamate Python 3.10 build

Instamate is a bot for automating Instagram operations written in Python. Inspired heavily on InstaPy, Instamate provides a simpler interface and the best and latest Python practices for its development.

Installing a web driver

You will need to install a web driver such as Geckodriver. Simply download a release binary and place it in your file system at /usr/local/bin.

Configuration

Create a .env file in the repository root with your instagram authentication credentials:

INSTAGRAM_USERNAME="myuser"
INSTAGRAM_PASSWORD="foobar"

Basic Usage

See examples/ directory for different operations that can be achieved with Instamate.

Troubleshooting