https://github.com/davep/oldas
TheOldReader API async client library for Python
https://github.com/davep/oldas
google-reader python python-async python-library python3 rss rss-library theoldreader
Last synced: about 1 month ago
JSON representation
TheOldReader API async client library for Python
- Host: GitHub
- URL: https://github.com/davep/oldas
- Owner: davep
- License: mit
- Created: 2025-10-14T08:08:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T13:05:04.000Z (about 1 month ago)
- Last Synced: 2026-01-25T00:56:28.611Z (about 1 month ago)
- Topics: google-reader, python, python-async, python-library, python3, rss, rss-library, theoldreader
- Language: Python
- Homepage: https://oldas.davep.dev/
- Size: 972 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# OldAS - A Python library for interacting with TheOldReader
## Introduction
OldAS is a library designed to allow async-friendly interaction with [the
API](https://github.com/theoldreader/api) for
[TheOldReader](https://theoldreader.com).
## Installing
`oldas` is [available from pypi](https://pypi.org/project/oldas/) and can be
installed with `pip` or similar Python package tools:
```shell
$ pip install oldas
```
[//]: # (README.md ends here)