Skip to content

davep/oldas

Repository files navigation

OldAS - A Python library for interacting with TheOldReader

GitHub Actions Workflow Status GitHub commits since latest release GitHub Issues or Pull Requests GitHub Release Date PyPI - License PyPI - Python Version PyPI - Version

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.

Using the library

See the main documentation for more details. Also see OldNews for an application built around this library.