Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chidiwilliams/rss-buttondown
Creates Buttondown newsletter drafts from an RSS feed
https://github.com/chidiwilliams/rss-buttondown
buttondown rss
Last synced: 6 days ago
JSON representation
Creates Buttondown newsletter drafts from an RSS feed
- Host: GitHub
- URL: https://github.com/chidiwilliams/rss-buttondown
- Owner: chidiwilliams
- Created: 2022-02-13T11:01:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T11:49:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T20:43:26.325Z (about 2 months ago)
- Topics: buttondown, rss
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rss-buttondown
Creates Buttondown newsletter drafts from an RSS feed.
## Installation
```bash
npm i https://github.com/chidiwilliams/rss-buttondown
```## Usage
```bash
rss-buttondown
```## Environment variables
- `RSS_URL`: URL of the RSS feed
- `BUTTONDOWN_API_KEY`: [Buttondown API](https://api.buttondown.email/v1/schema) key
- `MAX_RECENT_POST_AGE`: Time difference to get the latest posts (in seconds). A value of "2592000", for example, will publish all posts from the last 30 days.