{"id":21830606,"url":"https://github.com/discordextremelist/website","last_synced_at":"2026-01-18T19:08:02.613Z","repository":{"id":38331555,"uuid":"252397016","full_name":"discordextremelist/website","owner":"discordextremelist","description":"The official source code for the website side of DEL!","archived":false,"fork":false,"pushed_at":"2025-05-11T23:01:09.000Z","size":51975,"stargazers_count":76,"open_issues_count":19,"forks_count":28,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-12T00:18:12.505Z","etag":null,"topics":["botlist","discord","discordbotlist","discordbots","javascript","mongodb","nodejs","nodemon","redis","typescript"],"latest_commit_sha":null,"homepage":"https://discordextremelist.xyz","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discordextremelist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-02T08:24:12.000Z","updated_at":"2025-04-30T08:42:59.000Z","dependencies_parsed_at":"2025-05-12T00:19:29.325Z","dependency_job_id":"169d8f6b-6afd-4015-a7b6-549ea2c435c8","html_url":"https://github.com/discordextremelist/website","commit_stats":null,"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"purl":"pkg:github/discordextremelist/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordextremelist%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordextremelist%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordextremelist%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordextremelist%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discordextremelist","download_url":"https://codeload.github.com/discordextremelist/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordextremelist%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["botlist","discord","discordbotlist","discordbots","javascript","mongodb","nodejs","nodemon","redis","typescript"],"created_at":"2024-11-27T19:01:31.276Z","updated_at":"2026-01-18T19:08:02.602Z","avatar_url":"https://github.com/discordextremelist.png","language":"EJS","funding_links":[],"categories":["EJS"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/discordextremelist/website/main/assets/Public/img/logo-128px.png\" /\u003e\n\u003c/p\u003e\n\n# Discord Extreme List  5\n\n[![Compile](https://github.com/discordextremelist/website/workflows/Compile/badge.svg)](https://github.com/discordextremelist/website/actions?query=workflow%3ACompile)\n[![Deploy](https://github.com/discordextremelist/website/actions/workflows/deploy.yml/badge.svg)](https://github.com/discordextremelist/website/actions/workflows/deploy.yml)\n[![Discord](https://img.shields.io/discord/568567800910839811?color=5865f2\u0026logo=discord\u0026logoColor=white)](https://discord.gg/WeCer3J)\n[![Code style](https://img.shields.io/badge/code%20style-prettier-ff69b4?logo=prettier\u0026logoColor=white)](https://prettier.io)\n[![Crowdin](https://badges.crowdin.net/delly/localized.svg)](https://translate.discordextremelist.xyz/project/delly)\n\nLicensing information viewable in the [LICENSE](https://github.com/discordextremelist/website/blob/main/LICENSE) file.\n\nWe welcome contributions to DEL! If you need any help contributing, please talk to us in our Discord server. Also, please have a look at [CONTRIBUTING.md](https://github.com/discordextremelist/website/blob/main/CONTRIBUTING.md).\n\nNote that we do not support running public clones of the project: you are allowed to do it if you follow the license, but we will not provide any support and it goes against the intent of this project. We are an open source project to provide transparency to our community and allow developers to contribute as they wish to improve the project. The following instructions are only intended for users running DEL in development to contribute.\n\n# Setup\n\n## Requirements\n\n### Node.js\n\nDEL requires [Node.js](https://nodejs.org) v22.7.0+. We currently recommend using the latest v22 LTS version.\n\n### MongoDB\n\nA [MongoDB](https://mongodb.com) instance is required - it must match the configuration in the `settings.json` file.\n\n### Redis\n\n[Redis](https://redis.io) or [Memurai](https://memurai.com) must be installed and running - it must match the configuration in the `settings.json` file.\n\n### PNPM Packages\nWe use [pnpm](https://pnpm.io/installation). Install all of the dependencies by running `pnpm i`.\n\n## Configuration\n\nRename `settings.example.json` to `settings.json` and fill it out appropriately, changing anything you need to change.\n\n## Running DEL\n\nRun `pnpm start` to start DEL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordextremelist%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscordextremelist%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordextremelist%2Fwebsite/lists"}