Creates a spreadsheet of stats for bookmarked Ao3 works
| .gitattributes | ||
| .gitignore | ||
| .python-version | ||
| ao3-wrapped.py | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Ao3 Wrapped
Downloads fics bookmarked for a specified year and outputs stats for making graphs to a CSV file. Probably not useful unless you bookmark every fic you finish reading like me, but if you do it should mostly work.
To run, use uv.
uv run ao3-wrapped.py url
usage: ao3-wrapped.py [-h] [-y YEAR] [-m MAX_PAGES] url
Creates a spreadsheet of stats for bookmarked Ao3 works
positional arguments:
url Ao3 bookmarks page url
options:
-h, --help show this help message and exit
-y, --year YEAR year to download fics from
-m, --max-pages MAX_PAGES
Maximum pages to iterate through