Sample Config

This commit is contained in:
nicco 2018-04-11 15:20:14 +02:00
parent 680d164724
commit 099ac93262
2 changed files with 21 additions and 2 deletions

19
config.sample.json Normal file
View File

@ -0,0 +1,19 @@
{
"login": "myAccount",
"password": "myPass",
"tag_list": ["cars", "cats", "memes"],
"comment_list": [
["cool", "awesome"],
["!", "!!!", "🎉"]
],
"like_per_day": 1000,
"comments_per_day": 5,
"max_like_for_one_tag": 50,
"follow_per_day": 300,
"follow_time": 86400,
"unfollow_per_day": 280,
"unfollow_break_min": 15,
"unfollow_break_max": 30,
"log_mod": 0
}

View File

@ -2,7 +2,7 @@ version: '3.6'
services:
instabot:
build: ./
build: ./bot
restart: always
volumes:
- ./app.py:/app/app.py
- ./config.json:/app/config.json