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

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

Follow AO3 works without making an account.
https://github.com/supersonichub1/ao3-rss

ao3 archive-of-our-own flask rss

Last synced: about 1 month ago
JSON representation

Follow AO3 works without making an account.

Awesome Lists containing this project

README

          

# Archive of Our Own RSS

Suprisingly, AO3 doesn't support RSS for works
and I couldn't find an easy-to-understand solution,
so I made one myself.

## Install
```bash
poetry install
# For the lazy...
python3 main.py
# For the more upstanding
gunicorn 'ao3_rss:create_app()'
```