A Python client for interacting with the Podscan.fm API
Project description
Podscan API Client
A Python client for interacting with the Podscan.fm API. This client provides an easy-to-use interface for accessing podcast data, creating alerts, and managing teams.
Features
- Search for podcasts
- Analyze recent episodes
- Create and manage alerts for podcast mentions
- Retrieve podcast and episode information
- Team management
Installation
To install the Podscan API client, run:
pip install podscan-api
Usage
To use the Podscan API client, you need to have an API key. You can get your API key by signing up for an account on the Podscan website and then creating an API key in your account settings.
Here's an example of how to use the Podscan API client to search for podcasts:
from podscan_api import PodScanClient
client = PodScanClient(api_key='your_api_key')
# Search for podcasts
results = client.podcasts.search(query='technology')
for podcast in results['podcasts']:
print(f"Podcast Name: {podcast['podcast_name']}")
print(f"Podcast Description: {podcast['podcast_description']}")
Documentation
For more details on the API, including available endpoints and parameters, please refer to the Podscan API documentation.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file podscan_api-0.1.0.tar.gz.
File metadata
- Download URL: podscan_api-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acb49bf1d35291f57bc112ed7db5db949e671768f2924f01b571286bc5077fe6
|
|
| MD5 |
2a0fed2903b68cffe181a7f1365b4452
|
|
| BLAKE2b-256 |
8e96ebde1beb4caef929ebd95ef6254d9e83e1cae20456f468e2381298c0d4ce
|
File details
Details for the file podscan_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: podscan_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04387032c2fe287ba3f735f75295a4e1791b61cbba17737dce9557ed4243a0ef
|
|
| MD5 |
7db188b7283977abc0d328134bc24b2f
|
|
| BLAKE2b-256 |
fa75f4616c7cf4716eda6704565febaddaa35b434a6e9cdfb3d0f2bc59cf66b0
|