Unofficial python library for interacting with the NRK Podcast API.
Project description
NrkPodcastAPI
NrkPodcastAPI is a Python library for interacting with the NRK Podcast API. It provides a simple interface for retrieving podcast information and episode details.
Installation
To install the library, you can use pip:
pip install nrk-psapi
Usage
Here's an example of how to use the library to retrieve information about a podcast:
from nrk_psapi import NrkPodcastAPI
api = NrkPodcastAPI()
podcast = api.get_podcast("podcast_id")
print(podcast.title)
You can also retrieve information about an episode:
episode = api.get_episode("podcast_id", "episode_id")
print(episode.title)
Contributing
If you'd like to contribute to the project, please submit a pull request or open an issue on the GitHub repository.
License
NrkPodcastAPI is licensed under the MIT license. See the LICENSE file for more details.
Contact
If you have any questions or need assistance with the library, you can contact the project maintainer at @bendikrb.
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
Built Distribution
File details
Details for the file nrk_psapi-0.7.0.tar.gz
.
File metadata
- Download URL: nrk_psapi-0.7.0.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062f6e7a65705f9728d641c0107d4cb63a730387921b79199e0fe8cd870084ba |
|
MD5 | d7028255f2f49ff64d253b59e4960394 |
|
BLAKE2b-256 | d64480cf22e42967ace5cc52d8df78c1c54993efe17de606b1ee743d53342b58 |
File details
Details for the file nrk_psapi-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: nrk_psapi-0.7.0-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3eee9ac133dc233a7207fb23b853849cd39e537d9c54f9b3cd743fcfe980d7c |
|
MD5 | e9c988c3a4636ed3f945626c56ba03d5 |
|
BLAKE2b-256 | 794ce7604bd1d7fe7de9f60bf5da9b59b4b1228438d0dc26c3f608c92139b2af |