https://github.com/bradymholt/rss-to-email
RSS to Email
https://github.com/bradymholt/rss-to-email
Last synced: 22 days ago
JSON representation
RSS to Email
- Host: GitHub
- URL: https://github.com/bradymholt/rss-to-email
- Owner: bradymholt
- License: mit
- Created: 2023-01-25T00:15:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T12:39:02.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:41:29.441Z (3 months ago)
- Language: TypeScript
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS to Email
Maintains a list of RSS and Atoms feeds and sends an email with the latest articles.
## Scripts
- `./src/scripts/add-feed.ts url` - Adds a new feed to the database
- `./src/scripts/process.ts` - Processes the feeds and sends email for new articles.