Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. # Telegram integration with Necrobot
  2.  
  3. ## Telegram Setup
  4. IN ORDER TO USE THIS BOT, YOU WILL NEED THE TELEGRAM APP AND A TELEGRAM ACCOUNT
  5.  
  6. 1. In the config, set 'UseTelegramAPI' to 'false'
  7. 2. Go to [web.telegram.org](web.telegram.org) and sign in.
  8. 3. Search for "BotFather" and add it on Telegram.
  9. 4. Type '/newbot'.
  10. 5. Name your bot and then create a username for your bot. **Your username must end with _bot**.
  11. 6. Fill out the form with necrobot as the app and short names. For platform, choose desktop. No description is required.
  12. 7. You should recieve a "HTTP API Code" from BotFather. Copy this code and Change the 'TelegramAPIKey' in config from 'null' to your generated key, **in double quotes**.
  13. 8. Add your new bot using the link telegram.me/*inputted_username_bot*. A link to this will be sent along with the API Code
  14. 9. Send the below messages to get information via Necrobot.
  15.  
  16. ## Telegram Bot Commands
  17. '/top' - Shows your top Pokemon.
  18. '/all' - Shows all of your Pokemon.
  19. '/profile' - Shows your profile.
  20. '/loc' - Shows your location (in the bot).
  21. '/items' - Shows your items.
  22.  
  23. Shoutout to @MineMalox for implementing this into Necrobot!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement