{"id":15099137,"url":"https://github.com/dromse/get-discord-messages-feed","last_synced_at":"2026-01-31T08:32:12.096Z","repository":{"id":256189006,"uuid":"854543833","full_name":"dromse/get-discord-messages-feed","owner":"dromse","description":"Fetch messages from your Discord channel to Atom Feed","archived":false,"fork":false,"pushed_at":"2024-09-09T11:59:25.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T14:51:30.913Z","etag":null,"topics":["atom","atom-feed","bash","curl","discord","discord-rss","jq","messages","newsboat","productivity","rss-feed"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dromse.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":"2024-09-09T11:15:27.000Z","updated_at":"2024-09-09T11:59:28.000Z","dependencies_parsed_at":"2024-09-09T13:52:19.363Z","dependency_job_id":"50c4247b-2465-41d2-8de7-155c1b16a0cf","html_url":"https://github.com/dromse/get-discord-messages-feed","commit_stats":null,"previous_names":["dromse/get-discord-messages-feed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dromse/get-discord-messages-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fget-discord-messages-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fget-discord-messages-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fget-discord-messages-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fget-discord-messages-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dromse","download_url":"https://codeload.github.com/dromse/get-discord-messages-feed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fget-discord-messages-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28935403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T07:49:44.436Z","status":"ssl_error","status_checked_at":"2026-01-31T07:49:34.274Z","response_time":128,"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":["atom","atom-feed","bash","curl","discord","discord-rss","jq","messages","newsboat","productivity","rss-feed"],"created_at":"2024-09-25T17:06:12.948Z","updated_at":"2026-01-31T08:32:12.079Z","avatar_url":"https://github.com/dromse.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-discord-messages-feed\n\nFetch messages from your Discord channel to Atom Feed\n\n## Usage\n\n### Prerequisites\n\n- Install jq, bash, curl.\n- Get your Discord account auth_token ([Guide](https://gist.github.com/MarvNC/e601f3603df22f36ebd3102c501116c6)).\n\n### How do I use this script?\n\nPut your auth_token inside the script:\n\n```bash\n#!/bin/bash\n\nauth_token=\u003cyour-token\u003e\n```\n\nPrint Atom feed to the console:\n- `channel-id` - channel id in your server (id after server id in URL).\n- `title` - voluntary title for your feed.\n\n```bash\nget-discord-messages-feed \u003cchannel-id\u003e \u003ctitle\u003e\n```\n\nRedirect messages to an atom file:\n\n```bash\nget-discord-messages-feed \u003cchannel-id\u003e \u003ctitle\u003e \u003e /tmp/messages.atom\n```\n\nFetch feed in RSS/Atom feed reader, for example, I use `newsboat` and I can get feed by this link:\n\n```bash\nfile://tmp/messages.atom\n```\n\nNow you won't be distracted by needing to open Discord to check new messages!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdromse%2Fget-discord-messages-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdromse%2Fget-discord-messages-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdromse%2Fget-discord-messages-feed/lists"}