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!
- Host: GitHub
- URL: https://github.com/supersonichub1/audacity-rss
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2021-06-28T18:17:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T17:12:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T15:38:40.994Z (over 1 year ago)
- Topics: alternative-frontend, audacity, rss
- Language: Python
- Homepage: https://audacity-rss.supersonichub1.repl.co/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```