Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/l3str4nge/pyrssaio

Small library for building RSS reader based on asyncio
https://github.com/l3str4nge/pyrssaio

Last synced: 5 days ago
JSON representation

Small library for building RSS reader based on asyncio

Awesome Lists containing this project

README

        

### Small asyncio library for building RSS consumer

##### Usage
```buildoutcfg
from pyrssaio import consume
results = consume(["URL_1", "URL_2", ... "URL_N"])
```

##### Still in progress...