An unofficial python sdk for Archive Of Our Own (AO3).
- Completely type hint
- Object orient
- Lazy loading
pip install --no-cache --upgrade ao3-pypip install --no-cache --upgrade git+https://github.com/OrganRemoved/ao3-py.gitor
pip install --no-cache --upgrade https://github.com/OrganRemoved/ao3-py/archive/refs/heads/main.zipfrom ao3 import AO3
client = AO3()
client.get_fandom(...)
client.get_tag(...)
client.get_work(...)