Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. "PTCUsername": "cjones399",
  3. "PTCPassword": "cjones282",
  4. "GAUsername": "",
  5. "GAPassword": "",
  6. "TwitterConsumerToken": "xJeoJeWFQdM1EVgOqwVFPc8aC",
  7. "TwitterConsumerSecret": "YBkXzn1lK3JUpF0dQPt3XPvb9FAjZPP7dlcyhdipPc2xL29UtK",
  8. "TwitterAccessToken": "759000537064878085-2TmuDtpkJiFFKDUzKHMkyAZm96J0pmr",
  9. "TwitterAccessSecret": "8HDo33ZzY2kK5AWjvbNO8rKvw1ecw0SGvFzEvXb9x7DVk",
  10. "RateLimit": 0,
  11. "MinimumLifeExpectancy": 300,
  12. "ExcludedPokemon": [10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 29, 30, 32, 33, 35, 39, 41, 42, 43, 46, 47, 48, 49, 52, 54, 56, 60, 63, 69, 72, 73, 74, 86, 90, 92, 96, 98, 100, 116, 118, 120, 125, 129, 133],
  13. "PriorityPokemon": [3, 6, 9, 26, 38, 59, 62, 65, 68, 78, 80, 94, 103, 105, 106, 107, 112, 113, 115, 122, 130, 131, 132, 142, 143, 144, 145, 146, 149, 150, 151],
  14. "TagPokemon": true,
  15. "TagRegion": true,
  16. "CustomTags": ["PokemonGo", "Goes"],
  17. "RegularTweet": "A wild {0} appeared! It will be {1} {2} {3} until {4}. {5}",
  18. "PriorityTweet": "BREAKING NEWS: {0} has appeared {1} {2} {3}! Hurry, it will vanish at {4}! {5}",
  19. "PokemonOverrides": [{ "Kind": 16, "Display": "BirdBrain"}, { "Kind": 19, "Display":"BarneyMouse"}],
  20. "Regions": [{
  21. "Name": "Highschool",
  22. "Prefix": "around the",
  23. "Suffix": "",
  24. "Locations": [{
  25. "Latitude": 52.535870,
  26. "Longitude": 13.498000
  27. }, {
  28. "Latitude": 51.500600,
  29. "Longitude": 3.901986
  30. }, {
  31. "Latitude": 51.496328,
  32. "Longitude": 3.898280
  33. }]
  34. }, {
  35. "Name": "Downtown",
  36. "Prefix": "in the",
  37. "Suffix": "area",
  38. "Locations": [{
  39. "Latitude": 51.504208,
  40. "Longitude": 3.890927
  41. }, {
  42. "Latitude": 51.502356,
  43. "Longitude": 3.891111
  44. }, {
  45. "Latitude": 51.503215,
  46. "Longitude": 3.890331
  47. }, {
  48. "Latitude": 51.504306,
  49. "Longitude": 3.887344
  50. }, {
  51. "Latitude": 51.5026467,
  52. "Longitude": 3.8937066
  53. }]
  54. }, {
  55. "Name": "Goes",
  56. "Prefix": "near the",
  57. "Suffix": "McDonalds",
  58. "Locations": [{
  59. "Latitude": 51.491878,
  60. "Longitude": 3.875930
  61. }]
  62. }]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement