{"id":17749287,"url":"https://github.com/arran4/discord-rss-cron","last_synced_at":"2026-05-20T07:34:29.897Z","repository":{"id":246725025,"uuid":"821981125","full_name":"arran4/discord-rss-cron","owner":"arran4","description":"Very basic cron job discord bot for publishing the latest entry in an rss feed.","archived":false,"fork":false,"pushed_at":"2024-06-30T02:59:27.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T07:00:36.826Z","etag":null,"topics":["bot","discord","golang","rss","webhook"],"latest_commit_sha":null,"homepage":"","language":"Go","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/arran4.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-06-30T01:16:27.000Z","updated_at":"2024-07-13T06:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa9c1d25-89e2-4b2b-88b4-937975a93c4a","html_url":"https://github.com/arran4/discord-rss-cron","commit_stats":null,"previous_names":["arran4/discord-rss-webhook"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arran4/discord-rss-cron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdiscord-rss-cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdiscord-rss-cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdiscord-rss-cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdiscord-rss-cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/discord-rss-cron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdiscord-rss-cron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33250371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"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":["bot","discord","golang","rss","webhook"],"created_at":"2024-10-26T11:06:58.392Z","updated_at":"2026-05-20T07:34:29.867Z","avatar_url":"https://github.com/arran4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS feeds to your discord webhook URL\n\n## Setup\n\nInstall\n\n```\ngo install github.com/arran4/discord-rss-cron/cmd/discord-rss-cron\n```\n\nSetup Scheduled task:\n```bash\n% cd ~/.config/systemd/user/\n\n% cat \u003e discord-rss-cron.timer \n[Unit]\nDescription=Run discord-rss-cron daily\n\n[Timer]\nOnCalendar=daily\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n^D\n\n% cat ~/.config/systemd/user/discord-rss-cron.service\n[Unit]\nDescription=Run discord-rss-cron\nDefaultDependencies=no\nConflicts=shutdown.target\nAfter=local-fs.target time-sync.target\nBefore=shutdown.target\n\n[Service]\nType=oneshot\nExecStart=/home/$USER/go/bin/discord-rss-cron\nIOSchedulingClass=idle\n^D\n\n% systemctl enable --user discord-rss-cron.timer\nCreated symlink ~/.config/systemd/user/timers.target.wants/discord-rss-cron.service → ~/.config/systemd/user/discord-rss-cron.service.\n\n```\n\nEnsure you update $USER with your own user name\n\nConfigure, get the webhook URL: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks\n```\nvim ~/.config/discord-npr-tdc-rss-webhook/channel-1\n```\n\nWith\n\n```\n{\n  \"HookUrl\": \"https://discord.com/api/webhooks/......\",\n  \"FeedUrl\": \"https://www.youtube.com/feeds/videos.xml?playlist_id=.....\"\n}\n```\n\n`^D` means press `CTRL+D`\n\nThat should be it.\n\n## Run and test in systemd\n\n```\n% systemd-run --user discord-rss-cron        \nRunning as unit: run-r4acdd1003f7d4de4be2be64ae1be9ad4.service; invocation ID: fa4917cee43c463e9317c32548291cf1\n% journalctl -xe --user\n```\nYou should see:\n```\nJun 30 11:49:57 discord-rss-cron[287802]: 2024/06/30 11:49:57 Config: /home/$USER/.config/discord-rss-webhook/channel-1\nJun 30 11:49:57 discord-rss-cron[287802]: 2024/06/30 11:49:57 Done nothing found\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fdiscord-rss-cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Fdiscord-rss-cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fdiscord-rss-cron/lists"}