{"id":21004778,"url":"https://github.com/halfzebra/scheduled-discord-message","last_synced_at":"2026-05-22T17:31:14.417Z","repository":{"id":56384581,"uuid":"410677671","full_name":"halfzebra/scheduled-discord-message","owner":"halfzebra","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-03T23:50:59.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T04:24:19.809Z","etag":null,"topics":["cli","cron","discord-bot","rust","webhook"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/halfzebra.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}},"created_at":"2021-09-26T22:35:36.000Z","updated_at":"2023-03-10T10:28:54.000Z","dependencies_parsed_at":"2022-08-15T17:40:59.087Z","dependency_job_id":null,"html_url":"https://github.com/halfzebra/scheduled-discord-message","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/halfzebra/scheduled-discord-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fscheduled-discord-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fscheduled-discord-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fscheduled-discord-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fscheduled-discord-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfzebra","download_url":"https://codeload.github.com/halfzebra/scheduled-discord-message/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Fscheduled-discord-message/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33356766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["cli","cron","discord-bot","rust","webhook"],"created_at":"2024-11-19T08:37:53.741Z","updated_at":"2026-05-22T17:31:14.399Z","avatar_url":"https://github.com/halfzebra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scheduled-discord-message\r\n\r\nThis repository , which can send Discord messages to a Webhook endpoint.\r\n\r\n## Usage\r\n\r\nCreate a file `tasks.json`:\r\n\r\n```json\r\n[\r\n  {\r\n    \"url\": \"\u003cdiscord-webhook-url\u003e\",\r\n    \"schedule\": \"0 37 13 * * *\",\r\n    \"webhook\": {\r\n      \"username\": \"Sally\",\r\n      \"content\": \"Time for the daily Sally!\"\r\n    }\r\n  }\r\n]\r\n```\r\n\r\nThen run:\r\n\r\n```bash\r\ncargo build --relase\r\n\r\n# Don't forget to update the URL\r\n./target/release/scheduled-discord-message -c ./examples/tasks.json\r\n```\r\n\r\n## Motivation\r\n\r\n\u003e Why this is written in Rust?\r\n\r\nThis application is intended to run on a Raspberry Pi, where I want to use the CPU as efficiently as possible.\r\nThe hypothesis is that Rust allows that, but the benchmark is to be implemented.\r\n\r\n## Related links\r\n\r\n- https://github.com/halfzebra/tokio-cron-async\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fscheduled-discord-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfzebra%2Fscheduled-discord-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Fscheduled-discord-message/lists"}