Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .env

Run locally:

./manage.py runserver

Run tests:

./manage.py test

## Deploy

fly deploy