Skip to content

mariojrrc/SimpleInstagramManagerBot

Repository files navigation

SimpleInstagramManagerBot

This library allows you to like certain instagram photos by a list of hashtags. It also, likes your timeline feed and like the last 3 media of your last likers.

Check it here

Installing

First of all you must have a telegram api key and python 3 installed.

Then you put your telegram bot key within the .env.

For docker user simple run:

$ docker-compose up --build

For non docker user you need to install some dependencies. They most important are Python Telegram Bot library and Instabot library. To install those you can use the following command:

$ pip install -r requirements.txt -U

Then you run:

$ python main.py

TODO

  • Add translation to English
  • Receive params of amount to like medias (default is 10)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages