Introduction
OldAS is a library designed to allow async-friendly interaction with the API for TheOldReader.
Installing
oldas is available from pypi and can be
installed your package installer of choice
With pip:
pip install oldas
With uv:
uv add oldas
Requirements
The only requirement for this library, other than the standard Python
library, is httpx.
Supported Python versions
OldAS is usable with all supported Python versions from 3.11 and above.
Source
The source for this library can always be found in its GitHub repository.
git clone git@github.com:davep/oldas.git