https://github.com/whatrocks/rss2markdown
save rss feeds to markdown files in a directory
https://github.com/whatrocks/rss2markdown
Last synced: 3 months ago
JSON representation
save rss feeds to markdown files in a directory
- Host: GitHub
- URL: https://github.com/whatrocks/rss2markdown
- Owner: whatrocks
- License: mit
- Created: 2020-11-03T00:50:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T14:31:29.000Z (almost 4 years ago)
- Last Synced: 2025-07-14T11:46:15.613Z (6 months ago)
- Language: Python
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rss2markdown
save rss feeds to markdown files in a directory
## run manually
```
source .rss2markdown/bin/activate
pip install -r requirements.txt
python rss2markdown.py
```