Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runxiyu/rssmail
Poll RSS to /sbin/sendmail
https://github.com/runxiyu/rssmail
email rss
Last synced: 9 days ago
JSON representation
Poll RSS to /sbin/sendmail
- Host: GitHub
- URL: https://github.com/runxiyu/rssmail
- Owner: runxiyu
- License: cc0-1.0
- Created: 2024-08-07T16:27:23.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-02T09:07:42.000Z (4 months ago)
- Last Synced: 2024-11-17T04:28:47.661Z (2 months ago)
- Topics: email, rss
- Language: Go
- Homepage: https://git.sr.ht/~runxiyu/rssmail
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssmail
This program literally just polls an RSS feed for updates and sends the
description via `/sbin/sendmail`.Usage:
```sh
./rssmail rss_url to_address ts_file from_address default_title
```Example:
```sh
./rssmail https://social.treehouse.systems/@AsahiLinux.rss '~runxiyu/[email protected]' ts.1 [email protected] 'Asahi Linux Update'
```