1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/README.md

30 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2019-05-28 08:11:35 +00:00
# royalbot-2
The secondo Telegram bot of the Royal Games community.
2016-09-13 21:55:15 +00:00
## Features
* Fun messages for the chat!
* Check who's online on Steam and what game they are playing!
* Check Discord server status
* Display the latest osu score of a specified user
* Display the current League of Legends free rotation
* Create a public daily journal
## Installation
Create a `lastid.txt` file with the latest update_id received by the telegram bot.
Create an empty `diario.txt` file.
Create a `hearthstoneapi.txt` file containing the Mashape API key to access the [Hearthstone Unofficial API](https://market.mashape.com/omgvamp/hearthstone).
Create a `osuapi.txt` file containing the [Osu API key](https://osu.ppy.sh/p/API).
Create a `lolapi.txt` file containing the [Riot Games API key](https://developer.riotgames.com/).
Create a `steamapi.txt` file containing the [Steam API key](http://steamcommunity.com/dev/apikey).
2016-09-13 21:58:02 +00:00
Create a `telegramapi.txt` file containing the token you received from [@BotFather](http://telegram.me/botfather).
2016-09-14 20:02:26 +00:00
2016-10-14 21:06:48 +00:00
Create an empty `ragelevel.txt` file. It will be filled with /balurage levels.
2016-09-14 20:02:26 +00:00
Run `python3.5 -OO bot.py`.