Skip to content

A simple Discord Bot to monitor website statuses using DiscordJS, Express JS and MongoDB

Notifications You must be signed in to change notification settings

cadufeitosa/DownNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read me

Down Notifier is a website/service monitoring bot for Discord. It monitors the statuses of websites by making a get request to a specified HTTP address and notifies a Discord Channel when service is down and when it comes back online.

How to run:

  1. Install dependencies using npm install;
  2. Insert your Discord bot token, URL/IP address of your server and MONGO connection URL in the .env file;
  3. Run the bot by using npm start;

Making changes:

Feel free to change anything you may want in the bot.

You can also run a development server that restarts the bot on any change by using npm run dev.

Feedback:

Feel free to report any feedback by using this repository's Issues tab.

Found a bug, vulnerability or want to contribute to the project in any way? Simply create a pull request on this repository with a shor summary of the change proposed.

About

A simple Discord Bot to monitor website statuses using DiscordJS, Express JS and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published