Open-source bot which will notify about status of yours Uptimerobot's monitors
Licensed under MIT license
- Rename .env.example to .env
- Go to uptimerobot.com dashboard
- Go to tab "My Settings"
- In API Settings create Main/Read-only API Key
- Put your API Key in .env > UPTIMEROBOT_KEY
- Create application at discord.com/developers/applications > Bot > Create Bot Account
- Copy token into .env > DISCORD_TOKEN
- Setup NOTIFICATIONS_CHANNEL & STATUS_CHANNEL (explained in Channels section)
- Install packages via yarn (just run
yarn install
in directory) - Run your bot with
yarn start
NOTIFICATIONS_CHANNEL - Channel where all notifications about monitors will be sent
STATUS_CHANNEL - Channel where status message of all your monitors will be sent