pyinstamation

Instagram bot, written in python 3


Keywords
bot, instagram, instagram-bot, python3, selenium
License
GPL-3.0
Install
pip install pyinstamation==1.1.0

Documentation

PYINSTAMATION

Easy to use instagram bot written in python 3

Features

  • Upload pictures
  • Farm followers with the follow/unfollow technique
  • Like and comment by tags
  • Metrics persisted in db
  • Logging
  • Comment generator
  • Daemonize and upload pics/vids at exact time
  • Support for plugins
  • Web with graphs and statistics
  • Dockerization

TODO

These will be removed once completed

  • Gather more posts to like (currently it does not reach the max likes to give )
  • Ignore post of users already followed
  • Finish tests

Supported OS

Linux (Tested in debian)
OS X

Requirements

python 3

Remember to create a virtualenv

Instalation

pip install -r requirements.txt

Configuration

Provide credentials in the config.yaml and tune it at will.

Usage

Command Description
make init Initializes webdriver and creates a new conf based on the default one
make run-bot Starts runing bot

We told you it was easy.