{"id":45911304,"url":"https://github.com/xhos/discord-quest-watcher","last_synced_at":"2026-05-06T04:34:52.216Z","repository":{"id":317064254,"uuid":"1065550684","full_name":"xhos/discord-quest-watcher","owner":"xhos","description":"receive notifications when new discord quests are released. filter for orb quests or monitor all quest types.","archived":false,"fork":false,"pushed_at":"2025-12-15T03:07:07.000Z","size":54,"stargazers_count":33,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T20:51:54.676Z","etag":null,"topics":["automation","discord","discord-bot","discord-orbs","discord-quests","go-rod","golang","quest-tracker","self-hosted","webhook-notifications"],"latest_commit_sha":null,"homepage":"","language":"Go","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/xhos.png","metadata":{"files":{"readme":".github/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T00:33:35.000Z","updated_at":"2025-12-15T03:07:11.000Z","dependencies_parsed_at":"2025-11-17T07:03:16.670Z","dependency_job_id":null,"html_url":"https://github.com/xhos/discord-quest-watcher","commit_stats":null,"previous_names":["xhos/discord-quest-watcher"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xhos/discord-quest-watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhos%2Fdiscord-quest-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhos%2Fdiscord-quest-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhos%2Fdiscord-quest-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhos%2Fdiscord-quest-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhos","download_url":"https://codeload.github.com/xhos/discord-quest-watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhos%2Fdiscord-quest-watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["automation","discord","discord-bot","discord-orbs","discord-quests","go-rod","golang","quest-tracker","self-hosted","webhook-notifications"],"created_at":"2026-02-28T07:00:27.279Z","updated_at":"2026-05-06T04:34:52.201Z","avatar_url":"https://github.com/xhos.png","language":"Go","funding_links":[],"categories":["automation"],"sub_categories":[],"readme":"# discord-quest-watcher\n\n\u003cimg width=\"400\" height=\"248\" alt=\"image\" src=\"https://github.com/user-attachments/assets/3771e972-9898-450a-b1c5-32aff759fbc8\" /\u003e\n\nreceive notifications when new discord quests are released. filter for orb quests or monitor all quest types.\n\nminimalistic, single-dependency go app that reliably logs in via a user token, bypassing captchas and rate limits. fully self-hostable and private.\n\n\u003e why?\n\nI couldn't find any existing tools that would reliably ping me when a new orb quest drops, so i threw this little tool together in an evening.\n\n\u003e but why would one care about those quests in the first place?\n\nquest give orb -\u003e orb give free shiny things. \n\nno but seriously, I like the look of some discord user decor, but there's no way im paying for it. oh and by the way, you dont have to actually *complete* the quest, this script does it for you: https://gist.github.com/aamiaa/204cd9d42013ded9faf646fae7f89fbb\n\nor you can use a vencord/equicord/whateverispopularnowcord plugin. \n\n## environment variables\n\n| variable              | required | default | description                                                                 |\n|-----------------------|----------|---------|-----------------------------------------------------------------------------|\n| `TOKEN`               | yes      | —       | discord authentication token                                                |\n| `DISCORD_WEBHOOK_URL` | yes      | —       | webhook URL used for sending notifications                                  |\n| `REWARD_FILTER`       | no       | `all`   | filter for rewards: `orbs` (only orbs) or `all` (include all rewards)       |\n| `FETCH_INTERVAL`      | no       | `30`    | interval in minutes between quest checks (must be a positive integer)       |\n| `RUN_ONCE`            | no       | `false` | if `true`, the application will run once and then exit                    |\n| `WEBHOOK_MESSAGE`     | no       | —       | additional text appended to notifications (e.g., role pings)                |\n\n### custom webhook messages\n\nnotifications are sent as discord embeds. you can add a text message above the embed using the `WEBHOOK_MESSAGE` environment variable.\n\nexample: ping a role\n\n```shell\nWEBHOOK_MESSAGE=\u003c@\u0026`1234567890123456789`\u003e\n```\n\n## usage\n\n\u003e [!WARNING]  \n\u003e this app uses your user token which technically breaks Discord ToS, so use at your own risk.\n\n[how to get your user token](https://gist.github.com/MarvNC/e601f3603df22f36ebd3102c501116c6#file-get-discord-token-from-browser-md)\n\n```shell\ndocker run -d \\\n           --name discord-quest-watcher \\\n           --restart=unless-stopped \\\n           -e TOKEN=your-token \\\n           -e DISCORD_WEBHOOK_URL=your-webhook-url \\\n           -e REWARD_FILTER=orbs \\\n           -e WEBHOOK_MESSAGE=\u003c@\u0026role-id\u003e \\\n           ghcr.io/xhos/discord-quest-watcher:latest\n```\n\n## how it works\n\nit authenticates with your discord token and navigates to the quests page in a headless chromium browser. it then scrapes the page, extracting the quest data, compares against previously seen quests, and sends webhook notifications for any new entries. state is tracked in /data/known-quests.json with 30-minute check intervals.\n\n## releasing\n\nto publish a new docker image, push a semver tag:\n\n```shell\ngit tag v1.0.0\ngit push origin v1.0.0\n```\n\nthis creates images tagged as `1.0.0`, `1.0`, `1`, and `latest`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhos%2Fdiscord-quest-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhos%2Fdiscord-quest-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhos%2Fdiscord-quest-watcher/lists"}