Advertisement
Guest User

Moobot url fetch latest follower

a guest
Jan 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. {
  2.     "version": 1,
  3.     "description": "moobot.102",
  4.     "service": "twitch",
  5.     "settings": [
  6.         {
  7.             "type": "commands_custom",
  8.             "data": [
  9.                 {
  10.                     "identifier": "followed",
  11.                     "text": "Latest follower: <urlfetch.json.1> (<urlfetch.json.2> total)",
  12.                     "url_fetch_url": "https://api.twitch.tv/kraken/channels/596874/follows?client_id=mof7q5w2bwvfrhh7cbywucc60rvtif&api_version=5",
  13.                     "url_fetch_type": "json",
  14.                     "url_fetch_version": 1,
  15.                     "url_fetch_method": "GET",
  16.                     "url_fetch_error": "@<username> Request failed, try again later FeelsBadMan",
  17.                     "url_fetch_json_pointer_1": "/follows/0/user/display_name",
  18.                     "url_fetch_json_pointer_2": "/_total"
  19.                 }
  20.             ]
  21.         }
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement