A nifty bot that scrapes Runeclan for highscore data and then renders it as a fancy list. Emojis sold separately. 😰
This bot uses cheerio for jQuery-like HTML parsing to make my life easier.
Code is by no means suitable for a production environment.
- Clone the master branch of the repository
- Edit the config.js file
- Set
discord_token
to the token you're given here discord-apps - Set
clan_name
to your clan name, the bot automatically replaces whitespace characters - Set
duration
to one of:today
yesterday
week
last_week
month
last_month
year
last_year
double_xp_weekend
- Set
- Run the bot using
yarn run start
ornpm run start