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.
- Host: GitHub
- URL: https://github.com/supersonichub1/ao3-rss
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2022-04-30T03:05:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T03:05:37.000Z (about 4 years ago)
- Last Synced: 2025-01-21T15:39:02.019Z (over 1 year ago)
- Topics: ao3, archive-of-our-own, flask, rss
- Language: Python
- Homepage: https://ao3-rss.supersonichub1.repl.co
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()'
```