Advertisement
Boby360

Untitled

Dec 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. [
  2. {
  3. "active": "False",
  4. "type": "boxcar",
  5. "user_credentials": "YOUR_API_KEY"
  6. },
  7. {
  8. "active": "True",
  9. "type": "discord",
  10. "startup_message": "False",
  11. "webhook_url": "*******",
  12. "pokemon":{
  13. "username": "<pkmn> <iv>% <cp> #<pkmn_id>",
  14. "icon_url": "https://raw.githubusercontent.com/mali055/pogo_images/master/monsters/<pkmn_id>_.png",
  15. "avatar_url": "https://raw.githubusercontent.com/mali055/pogo_images/master/monsters/<pkmn_id>_.png",
  16. "title": "Click Here to find the <pkmn>",
  17. "url": "<gmaps>",
  18. "body": "-IV%: <iv> (<atk>,<def>,<sta>) \n -CP: <cp> \n -Move1: <quick_move> \n -Move2: <charge_move> \n -Available until <12h_time> (<time_left>).",
  19. "map": {
  20. "enabled": "True",
  21. "zoom": "14"
  22. }
  23. }
  24. },
  25. {
  26. "active": "False",
  27. "type": "facebook_page",
  28. "page_access_token": "YOUR_PAGE_ACCESS_TOKEN"
  29. },
  30. {
  31. "active": "False",
  32. "type": "pushbullet",
  33. "api_key": "YOUR_API_KEY"
  34. },
  35. {
  36. "active": "False",
  37. "type": "pushover",
  38. "app_token": "YOUR_APP_TOKEN",
  39. "user_key": "YOUR_USER_KEY"
  40. },
  41. {
  42. "active": "False",
  43. "type": "slack",
  44. "api_key": "YOUR_API_KEY"
  45. },
  46. {
  47. "active": "False",
  48. "type": "telegram",
  49. "bot_token": "YOUR_BOT_TOKEN",
  50. "chat_id": "YOUR_CHAT_ID"
  51. },
  52. {
  53. "active": "False",
  54. "type": "twilio",
  55. "account_sid": "YOUR_API_KEY",
  56. "auth_token": "YOUR_AUTH_TOKEN",
  57. "from_number": "YOUR_FROM_NUM",
  58. "to_number": "YOUR_TO_NUM"
  59. },
  60. {
  61. "active": "False",
  62. "type": "twitter",
  63. "access_token": "YOUR_ACCESS_TOKEN",
  64. "access_secret": "YOUR_ACCESS_SECRET",
  65. "consumer_key": "YOUR_CONSUMER_KEY",
  66. "consumer_secret": "YOUR_CONSUMER_SECRET"
  67. }
  68. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement