Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 KB | None | 0 0
  1. {
  2.   "task": "schedule",
  3.   "!start": 0,
  4.   "!stop": 84600,
  5.   "accounts": [
  6.     {
  7.       "username": "username0",
  8.       "action": "like",
  9.       "method": "hashtag",
  10.       "job speed": 2,
  11.       "skip private": 0,
  12.       "skip business": 0,
  13.       "filters": {
  14.         "posts": {"min": "3", "max": "infinity"},
  15.         "followers": {
  16.           "min": "0",
  17.           "max": "infinity"
  18.         },
  19.         "following": {
  20.           "min": "0",
  21.           "max": "infinity"
  22.         },
  23.         "bio": ["word", "([rR]egex)+"],
  24.         "skipped": 0
  25.       },
  26.       "target": null,
  27.       "file": "/storage/emulated/0/fibergram/hashtags.txt",
  28.       "job limit": 150,
  29.       "increase": {
  30.         "day": 10,
  31.         "max": 500
  32.       }
  33.     },
  34.     {
  35.       "username": "username2",
  36.       "action": "like",
  37.       "method": "hashtag",
  38.       "job speed": 2,
  39.       "skip private": 0,
  40.       "skip business": 0,
  41.       "filters": {
  42.         "posts": {"min": "3", "max": "infinity"},
  43.         "followers": {
  44.           "min": "0",
  45.           "max": "infinity"
  46.         },
  47.         "following": {
  48.           "min": "0",
  49.           "max": "infinity"
  50.         },
  51.         "bio": ["word", "([rR]egex)+"],
  52.         "skipped": 0
  53.       },
  54.       "target": null,
  55.       "file": "/storage/emulated/0/fibergram/hashtags.txt",
  56.       "job limit": 150,
  57.       "increase": {
  58.         "day": 10,
  59.         "max": 500
  60.       }
  61.     }
  62.   ]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement