{"id":20981555,"url":"https://github.com/gromnitsky/rss2mail","last_synced_at":"2025-09-10T19:34:04.114Z","repository":{"id":57355759,"uuid":"133748217","full_name":"gromnitsky/rss2mail","owner":"gromnitsky","description":"Convert an RSS/Atom feed into a collection of emails in mbox or rnews formats.","archived":false,"fork":false,"pushed_at":"2024-03-16T20:24:24.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T13:07:57.640Z","etag":null,"topics":["mbox","rnews","rss","rss2email"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gromnitsky.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":"2018-05-17T02:32:29.000Z","updated_at":"2024-03-16T20:25:38.000Z","dependencies_parsed_at":"2024-03-16T23:56:36.451Z","dependency_job_id":null,"html_url":"https://github.com/gromnitsky/rss2mail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gromnitsky/rss2mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromnitsky%2Frss2mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromnitsky%2Frss2mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromnitsky%2Frss2mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromnitsky%2Frss2mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gromnitsky","download_url":"https://codeload.github.com/gromnitsky/rss2mail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gromnitsky%2Frss2mail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326700,"owners_count":22992383,"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":["mbox","rnews","rss","rss2email"],"created_at":"2024-11-19T05:39:08.510Z","updated_at":"2025-06-17T09:07:26.535Z","avatar_url":"https://github.com/gromnitsky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Convert an RSS/Atom feed into a collection of emails in mbox or rnews\nformats.\n\n* does NOT send emails\n* sendmail ready\n* auto deduces output to text/plain or text/html\n* sanitized html\n* no configs, settings, templates, \u0026c\n* smol\n\n## Setup\n\nNodejs 20.x\n\n    $ npm i -g rss2mail\n\n## Usage\n\nRead Spolsky's musings in mutt:\n\n~~~\n$ curl https://www.joelonsoftware.com/feed/ | rss2mail \u003e 1.mbox\n$ mutt -f 1.mbox\n~~~\n\n![](screenshot.png)\n\nThis will create html emails! You have no control around this--if\nrss2mail detects plain text in feed articles then it produces\ntext/plain output.\n\nTo convert \u0026 send, install procmail pkg that contains [formail][] util:\n\n    $ curl https://www.joelonsoftware.com/feed/ | rss2mail bob@example.com alice@example.net | formail -s sendmail -ti\n\nTo change `From` header, use\n\n    $ curl ... | rss2mail -f me@example.com\n\nTo post to some `rss.test` newsgroup:\n\n    $ curl https://www.joelonsoftware.com/feed/ | rss2mail --rnews rss.test | sudo -u news rnews -N\n\n## See also\n\n[grepfeed](https://github.com/gromnitsky/grepfeed),\n[gmakerss](https://github.com/gromnitsky/gmakerss)\n\n## News\n\n* 1.0.0 breaking changes:\n\n    * `message-id` is generated differently.\n\n## License\n\nMIT\n\n[formail]: https://manpages.debian.org/unstable/procmail/formail.1.en.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgromnitsky%2Frss2mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgromnitsky%2Frss2mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgromnitsky%2Frss2mail/lists"}