OldAS is a library designed to allow async-friendly interaction with the API for TheOldReader.
oldas is available from pypi and can be
installed your package installer of choice
With pip:
pip install oldasWith uv:
uv add oldasThe only requirement for this library, other than the standard Python
library, is httpx.
OldAS is usable with all supported Python versions from 3.11 and above.
See the main documentation for more details. Also see OldNews for an application built around this library.