{"id":29161306,"url":"https://github.com/codemeapixel/downtime-detector","last_synced_at":"2026-02-11T05:02:15.134Z","repository":{"id":106962174,"uuid":"313758420","full_name":"CodeMeAPixel/Downtime-Detector","owner":"CodeMeAPixel","description":"Paradise Bot List Downtime Notification Bot","archived":false,"fork":false,"pushed_at":"2020-12-22T20:03:48.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T23:52:49.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeMeAPixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-17T22:26:16.000Z","updated_at":"2020-12-22T20:03:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"95ea86db-77d4-4e76-9f60-21e0e0426272","html_url":"https://github.com/CodeMeAPixel/Downtime-Detector","commit_stats":null,"previous_names":["codemeapixel/downtime-detector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeMeAPixel/Downtime-Detector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FDowntime-Detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FDowntime-Detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FDowntime-Detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FDowntime-Detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMeAPixel","download_url":"https://codeload.github.com/CodeMeAPixel/Downtime-Detector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FDowntime-Detector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-01T03:09:53.620Z","updated_at":"2026-02-11T05:02:15.119Z","avatar_url":"https://github.com/CodeMeAPixel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Downtime Detector\n\nThis is a small bot that notifies a server through a message when another bot goes offline. \n\nThe main use is to let users know when a bot goes offline and becomes unusable. \n\nIt also lets users know once said bot goes back online. This is useful mostly for server owners with self-hosted bots and need a way of getting notified when their bots go offline.\n\n## Dependencies\n\n| Dependency:                                           | Description:                                                             |\n|-------------------------------------------------------|--------------------------------------------------------------------------|\n| [discord.js](https://github.com/discordjs/discord.js) | A powerful JavaScript library for interacting with the Discord API.      |\n| [fs](https://www.npmjs.com/package/fs)                | File system utilities for Node.js.                                       |\n| [logger](https://github.com/moonstar-x/logger)        | A small logger module for Node.js.                                       |\n| [realm](https://www.npmjs.com/package/realm)          | Realm is a mobile database: an alternative to SQLite \u0026 key-value stores. |\n| [mongoose](https://www.mongodb.com/)                  | Mongoose is a Database Provider used for both Web and Software Development |\n| [ejs](https://ejs.co/)                                | Embedded JavaScript is a simple templating language that lets you generate HTML markup with plain JavaScript. |\n\n---\n\n## Usage\n\nFor a more detailed usage message, run the following command in your server: `dd\u003ehelp`.\n\n### Set-up a broadcasting channel\n\nBefore you can add bots to the list, you need to set-up which channel should the bot send messages to. Run the following command `dd\u003echannel` and mention the channel you want to select.\n\n### Add a bot to the list\n\nTo add a bot to the list, simply run the command `dd\u003eadd` and mention the bot you want to add.\n\u003e Only server **Administrators** can run this command.\n\n### Remove a bot from the list\n\nTo remove a bot from the list, simply run the command `dd\u003eremove` and mention the bot you want to remove.\n\u003e Only server **Administrators** can run this command.\n\n### List all the bots in the list\n\nTo get a list of all the bots that are being monitored, run the command `dd\u003ehelp`\n\n## Add this bot to your server\n\nYou can add this bot to your server by clicking in the image below:\n[Add this bot to your server](https://discord.com/api/oauth2/authorize?client_id=653755293943201793\u0026permissions=8\u0026scope=bot)\n\n## Credits\nDowntime Detector was made to be Different but with the same features that everyone knows and loves\nThe original design for my Project was made by [moonstar-x](https://github.com/moonstar-x/discord-downtime-notifier), though it still acts and functions the same\nA lot of what the bot does and how it works had to be rewritten to allow the Dashboard to work.\nI have done a complete rewrite on the backend of the bot and changed a lot of the code and features.\n\n## Features\n- Downtime Notifications\n- Broadcast Downtime Updates to TEXT or NEWS Channels\n- Website with Dashboard (Settings can be changed in the Dashboard) | Coming Soon\n- 24/7 Hosting thanks to Heroku\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fdowntime-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemeapixel%2Fdowntime-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fdowntime-detector/lists"}