A bot for retrieving players' stats for the game Overwatch via Telegram.
To get started, you can either message @OverwotBot directly, or add the bot to your group chat.
To retrieve stats, send a message in this format: /stats <Battle Tag> <Region>
If the player you're searching for is in the America (us
) server you can leave out the region. If the player is Europe or Korea, simply type eu
or kr
in the region section.
We want to get statistics for the player Seagull#1894. So, we'll message the bot with
Seagull from US server
/stats Seagull#1894
Seagull from EU server
/stats Seagull#1894 eu
The bot will then call the API to search for the player. This might take awhile so don't worry if you don't get a reply instantly.
Once the player is found, we'll be prompted to choose a game mode
Next, we'll be prompted to choose which stats to view
Finally, the bot will reply with the relevant stats
These are the list commands currently recognised by the bot
/stats
/links
/help
Thanks to SunDwarf and all who contributed to the awesome Overwatch API.
See LICENSE