mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 15:26:24 +00:00
24 lines
404 B
Markdown
24 lines
404 B
Markdown
# Intabot Docker
|
|
|
|
Docker container for runnning [Instabot](https://github.com/instabot-py/instabot.py).
|
|
|
|
## Quickstart 💥
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
## Setup 🏗
|
|
|
|
```bash
|
|
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
|
|
``` |