mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-21 23:16:23 +00:00
updated readme for the persistence
This commit is contained in:
parent
e71a95b7a3
commit
d06fff5bc4
10
README.md
10
README.md
@ -21,4 +21,12 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user