https://github.com/gonejack/rss-epub
RSS feeds to epub books.
https://github.com/gonejack/rss-epub
epub feed rss
Last synced: about 1 month ago
JSON representation
RSS feeds to epub books.
- Host: GitHub
- URL: https://github.com/gonejack/rss-epub
- Owner: gonejack
- License: mit
- Created: 2019-03-06T16:35:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T15:24:27.000Z (almost 5 years ago)
- Last Synced: 2025-09-17T20:24:08.803Z (6 months ago)
- Topics: epub, feed, rss
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notice
This project is no more recommended due to the unstabitily and lack of maintenance of [epub-gen](https://github.com/cyrilis/epub-gen).
Please use these separate command line tools instead:
[rss-to-html](https://github.com/gonejack/rss-to-html)
[html-to-epub](https://github.com/gonejack/html-to-epub)
[html-to-email](https://github.com/gonejack/html-to-email)
[embed-email](https://github.com/gonejack/embed-email)
# rss-epub
Archive RSS feeds to epub books.
[](https://travis-ci.org/gonejack/rss-epub)
[](LICENSE.md)
prepare
```shell
npm i -g typescript
npm i
```
build & run
```shell
npm run build
npm start
```