{"id":26722697,"url":"https://github.com/thelovinator1/github-sponsor-discord-notifier","last_synced_at":"2026-04-14T00:03:25.571Z","repository":{"id":104241471,"uuid":"570756717","full_name":"TheLovinator1/github-sponsor-discord-notifier","owner":"TheLovinator1","description":"Send a webhook to Discord when someone sponsors you","archived":false,"fork":false,"pushed_at":"2025-03-11T17:45:42.000Z","size":405,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T20:42:10.311Z","etag":null,"topics":["discord","github","github-sponsors","hacktoberfest","sponsors","webhook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLovinator1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-26T02:57:57.000Z","updated_at":"2024-10-14T17:08:59.000Z","dependencies_parsed_at":"2023-12-31T13:25:31.829Z","dependency_job_id":"99e984c5-1e3f-4ccd-9ddd-84e1375e1c30","html_url":"https://github.com/TheLovinator1/github-sponsor-discord-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheLovinator1/github-sponsor-discord-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fgithub-sponsor-discord-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fgithub-sponsor-discord-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fgithub-sponsor-discord-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fgithub-sponsor-discord-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLovinator1","download_url":"https://codeload.github.com/TheLovinator1/github-sponsor-discord-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLovinator1%2Fgithub-sponsor-discord-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259851736,"owners_count":22921632,"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","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":["discord","github","github-sponsors","hacktoberfest","sponsors","webhook"],"created_at":"2025-03-27T20:36:42.233Z","updated_at":"2026-04-14T00:03:25.533Z","avatar_url":"https://github.com/TheLovinator1.png","language":"Python","funding_links":["https://github.com/sponsors/"],"categories":[],"sub_categories":[],"readme":"# github-sponsor-discord-notifier\n\nSend a webhook to Discord when someone sponsors you.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"TheLovinator1 got a sponsor from KillYoy: $1 a month\" src=\"https://github.com/TheLovinator1/github-sponsor-discord-notifier/blob/master/.github/example.png?raw=true\" loading=\"lazy\" width=\"50%\" height=\"50%\" /\u003e\n\u003c/p\u003e\n\n## Docker\n\n- Rename `.env.example` to `.env` and fill in the values.\n  - Or set your environment variables manually.\n- Run `docker-compose up -d` to start the container.\n- Add the `github-sponsor-discord-notifier` server behind your reverse proxy.\n- Go to `https://github.com/sponsors/\u003cusername\u003e/dashboard/webhooks` and add your subdomain as the webhook URL.\n  - Example: `https://sponsor.example.com/webhook`\n  - Content type: `application/json`\n  - No secret required.\n\n## Nginx Configuration\n\n```nginx\n## Version 2023/11/21\nserver {\n    listen 443 ssl http2;\n\n    server_name sponsor.example.com; # Change this to your subdomain\n\n    include /config/nginx/ssl.conf;\n\n    client_max_body_size 0;\n\n    location / {\n        include /config/nginx/proxy.conf;\n        include /config/nginx/resolver.conf;\n        set $upstream_app github-sponsor-discord-notifier; # Change this to your container name\n        set $upstream_port 5000;\n        set $upstream_proto http;\n        proxy_pass $upstream_proto://$upstream_app:$upstream_port;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelovinator1%2Fgithub-sponsor-discord-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelovinator1%2Fgithub-sponsor-discord-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelovinator1%2Fgithub-sponsor-discord-notifier/lists"}