Skip to content

SuperSonicHub1/ao3-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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