Skip to content

OrganRemoved/ao3-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ao3-py

An unofficial python sdk for Archive Of Our Own (AO3).

Feature

  • Completely type hint
  • Object orient
  • Lazy loading

Quick Start

Installation

Install from PYPI

pip install --no-cache --upgrade ao3-py

Install from Github

pip install --no-cache --upgrade git+https://github.com/OrganRemoved/ao3-py.git

or

pip install --no-cache --upgrade https://github.com/OrganRemoved/ao3-py/archive/refs/heads/main.zip

Example

from ao3 import AO3

client = AO3()

client.get_fandom(...)

client.get_tag(...)

client.get_work(...)

About

An unofficial python sdk for [Archive Of Our Own (AO3)](https://archiveofourown.org).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages