Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l3str4nge/pyrssaio
- Owner: l3str4nge
- Created: 2020-05-22T08:25:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T12:38:08.000Z (over 4 years ago)
- Last Synced: 2024-11-03T17:26:37.432Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...