An open API service indexing awesome lists of open source software.

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

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)