Docker container for running Instabot
Go to file
2019-01-14 19:42:24 +01:00
bot new code 2019-01-14 19:36:22 +01:00
.gitignore Ignore the db 2019-01-14 19:35:37 +01:00
config.sample.json Sample Config 2018-04-11 15:20:14 +02:00
docker-compose.yml mount the db to persist the changes 2019-01-14 19:35:50 +01:00
LICENSE Initial commit 2018-04-11 12:33:03 +02:00
README.md updated readme for the persistence 2019-01-14 19:42:24 +01:00

Intabot Docker

Docker container for runnning Instabot.

Quickstart 💥

docker-compose up -d

Setup 🏗

git clone https://github.com/CupCakeArmy/docker-instabot
cd docker-instabot

# Copy or Move sample config.
cp config.sample.json config.json
# Insert own login data and tags.
vim config.json

# Run
docker-compose up -d

(Optional) Persist the DB 💽

Instabot saved the followers etc. in a sqlite db called follows_db.db. If you wish to persist the changes between updates you need to uncomment the line inside docker-compose.yml and run touch data.db before running docker-compose up -d

Credits

The actual code for the bot is from https://github.com/instabot-py/instabot.py