mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-21 15:06:25 +00: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:
|
services:
|
||||||
instabot:
|
instabot:
|
||||||
build: ./
|
build: ./bot
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./app.py:/app/app.py
|
- ./config.json:/app/config.json
|
Loading…
Reference in New Issue
Block a user