NyaaSI RSS Package
This package provides a simple interface to fetch and parse RSS feeds from nyaa.si.
Installation
You can install the package using pip:
pip install nyaasi_rss
Usage
Here’s how you can use the package:
from nyaasi_rss import RSSFetcher
fetcher = RSSFetcher("https://nyaa.si/?page=rss")
rss_channel = fetcher.fetch_and_parse()
for item in rss_channel.items:
print(f"{item.title} - Seeders: {item.seeders}")
Release files for nyaasi-rss 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nyaasi_rss-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nyaasi_rss-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / nyaasi_rss-0.1.0.tar.gz
| Download URL | nyaasi_rss-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87f241c2e9b666c8e2167d5150db4cf01c8080e41911067b063b9a5c2a36541f
|
|
BLAKE2b-256 checksum How to use checksums |
50bd3d91cd900d53031ebd3d5db0844ea515421d042ed1c2e639e6ea2a8f7b77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.2
|
Release files / nyaasi_rss-0.1.0-py3-none-any.whl
| Download URL | nyaasi_rss-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3095a3e7ebdcb06cd625b6fbbb62269c3d0bed8255c452c5e9ae8df6bde25c20
|
|
BLAKE2b-256 checksum How to use checksums |
4fd957937fe82ae026b0776b75c7920cc0c65b73fd8d24622fed186277e44e87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.2
|