Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinschaul/feedmaker
Quickly generate an RSS feed from any website
https://github.com/kevinschaul/feedmaker
django rss rss-generator
Last synced: 26 days ago
JSON representation
Quickly generate an RSS feed from any website
- Host: GitHub
- URL: https://github.com/kevinschaul/feedmaker
- Owner: kevinschaul
- Created: 2023-03-11T17:14:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T14:48:15.000Z (12 months ago)
- Last Synced: 2024-07-31T20:45:20.464Z (5 months ago)
- Topics: django, rss, rss-generator
- Language: Python
- Homepage: https://feedmaker.fly.dev/
- Size: 563 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feedmaker
Quickly generate an RSS feed from any website
Read the [introductory blog post](https://www.kschaul.com/post/2023/04/16/feedmaker-quickly-generate-an-rss-feed-from-any-website/)
## Development
Installation:
pyenv virtualenv feedmaker
pyenv activate
pip install -r requirements.txt
cp .env.template .envRun locally:
./manage.py runserver
Run tests:
./manage.py test
## Deploy
fly deploy