Creates a spreadsheet of stats for bookmarked Ao3 works
Find a file
2026-01-03 18:13:13 +11:00
.gitattributes Initial commit 2026-01-03 18:13:13 +11:00
.gitignore Initial commit 2026-01-03 18:13:13 +11:00
.python-version Initial commit 2026-01-03 18:13:13 +11:00
ao3-wrapped.py Initial commit 2026-01-03 18:13:13 +11:00
LICENSE Initial commit 2026-01-03 18:13:13 +11:00
pyproject.toml Initial commit 2026-01-03 18:13:13 +11:00
README.md Initial commit 2026-01-03 18:13:13 +11:00
uv.lock Initial commit 2026-01-03 18:13:13 +11:00

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