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