Add your description here
Project description
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}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nyaasi_rss-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file nyaasi_rss-0.1.0.tar.gz
.
File metadata
- Download URL: nyaasi_rss-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f241c2e9b666c8e2167d5150db4cf01c8080e41911067b063b9a5c2a36541f |
|
MD5 | c931ffa74f73edc47f33e3c0d0f5288a |
|
BLAKE2b-256 | 50bd3d91cd900d53031ebd3d5db0844ea515421d042ed1c2e639e6ea2a8f7b77 |
File details
Details for the file nyaasi_rss-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: nyaasi_rss-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3095a3e7ebdcb06cd625b6fbbb62269c3d0bed8255c452c5e9ae8df6bde25c20 |
|
MD5 | eec56d1b2896167610034d6c95a5de4a |
|
BLAKE2b-256 | 4fd957937fe82ae026b0776b75c7920cc0c65b73fd8d24622fed186277e44e87 |