mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +00:00
19 lines
377 B
JSON
19 lines
377 B
JSON
|
{
|
||
|
"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
|
||
|
}
|