docker-instabot/README.md

22 lines
347 B
Markdown
Raw Normal View History

2018-04-11 10:38:14 +00:00
# Intabot Docker
Docker container for runnning [Instabot](https://github.com/instabot-py/instabot.py).
## Quickstart 💥
```
docker-compose up -d
```
## Setup 🏗
2018-04-11 10:41:54 +00:00
```bash
git clone https://github.com/CupCakeArmy/docker-instabot
cd docker-instabot
# Insert your credentials and customize tags etc.
vim app.py
# Run
docker-compose up -d
```