Docker container for running Instabot
Go to file
2018-04-18 14:01:55 +02:00
bot Moved to src folder 2018-04-11 15:19:44 +02:00
config.sample.json Sample Config 2018-04-11 15:20:14 +02:00
docker-compose.yml Sample Config 2018-04-11 15:20:14 +02:00
LICENSE Initial commit 2018-04-11 12:33:03 +02:00
README.md Bash type 2018-04-18 14:01:55 +02: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