{"id":24840580,"url":"https://github.com/krzys-h/ctfd_chat_notifier","last_synced_at":"2025-08-18T10:05:25.338Z","repository":{"id":147685682,"uuid":"305101896","full_name":"krzys-h/CTFd_chat_notifier","owner":"krzys-h","description":"A small CTFd plugin to send notifications about solves and admin announcements to Slack/Discord/Telegram","archived":false,"fork":false,"pushed_at":"2021-10-20T17:33:32.000Z","size":124,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T06:35:02.575Z","etag":null,"topics":["chat","ctfd","ctfd-plugin","discord","notification","plugin","slack","telegram"],"latest_commit_sha":null,"homepage":"","language":"Python","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/krzys-h.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,"zenodo":null}},"created_at":"2020-10-18T12:57:00.000Z","updated_at":"2025-01-25T18:46:21.000Z","dependencies_parsed_at":"2023-06-27T16:02:12.617Z","dependency_job_id":null,"html_url":"https://github.com/krzys-h/CTFd_chat_notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krzys-h/CTFd_chat_notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzys-h%2FCTFd_chat_notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzys-h%2FCTFd_chat_notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzys-h%2FCTFd_chat_notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzys-h%2FCTFd_chat_notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krzys-h","download_url":"https://codeload.github.com/krzys-h/CTFd_chat_notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzys-h%2FCTFd_chat_notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270975398,"owners_count":24678302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chat","ctfd","ctfd-plugin","discord","notification","plugin","slack","telegram"],"created_at":"2025-01-31T06:57:42.310Z","updated_at":"2025-08-18T10:05:25.298Z","avatar_url":"https://github.com/krzys-h.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTFd Chat Notifier\n\nA small CTFd plugin to send notifications to Slack, Discord or Telegram about solves and admin announcements. Can be easily extended to support other platforms.\n\n![Configuration screenshot](screenshot.png)\n\n## Installation\n\nClone this repo to `CTFd/plugins/CTFd_chat_notifier` in your CTFd installation directory and restart it. You should see the notifier settings in the admin panel.\n\nTested with CTFd 3.1.1.\n\n## Extending\n\n1. Create your own plugin (or, if you are implementing a popular service, modify this one and send me a pull request!)\n2. Create a class that extends from `BaseNotifier`\n3. If your notifier requires any configuration (it probably needs at least a webhook url), override the `get_settings` method and create a settings template in `templates/chat_notifier/admin_notifier_settings/your_notifier_type_id.html`. Override `is_configured` to return True only when all required settings are configured correctly.\n4. Implement the `notify_solve` and `notify_message` methods\n5. Register your notifier type by creating an instance of your class and adding it to the `NOTIFIER_CLASSES` dictionary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzys-h%2Fctfd_chat_notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrzys-h%2Fctfd_chat_notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzys-h%2Fctfd_chat_notifier/lists"}