mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-10-09 10:43:49 +02:00
Sample Config
This commit is contained in:
parent
680d164724
commit
099ac93262
19
config.sample.json
Normal file
19
config.sample.json
Normal 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
|
||||
}
|
@ -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
|
Loading…
Reference in New Issue
Block a user