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

https://github.com/supersonichub1/audacity-rss

Audacity doesn't have an RSS feed for their blog, so I made one myself using Flask and rfeed!
https://github.com/supersonichub1/audacity-rss

alternative-frontend audacity rss

Last synced: about 1 year ago
JSON representation

Audacity doesn't have an RSS feed for their blog, so I made one myself using Flask and rfeed!

Awesome Lists containing this project

README

          

# Audacity RSS

Audacity doesn't have an RSS feed for their [blog](https://www.audacityteam.org/posts/), so I made one myself using Flask and rfeed!

## Deployment
```
poetry install
python3 main.py
```