A Python client SDK for the PewHits radio server
Project description
PewHits Radio SDK
A lightweight, async Python client SDK for interacting with PewHits Radio's WebSocket-based backend. This library enables applications and bots to fetch, queue, skip, block, and play songs seamlessly, using a request-response WebSocket pattern.
📦 Installation
Install directly from PyPI:
pip install pewhits-client-sdk==0.9
🚀 What's New in v0.1
- ✅ README.md added — now you know how to use it 😄
- 🎯 Cleaned up and documented all data models
- 🔄 Structured request/response pattern with
ridsupport - 🧠 Strong typing and cleaner logic
- 🧹 Ready for production bots and clients
🎵 Features
- Get now playing song
- See next coming song
- View full queue
- Skip current song
- Block/Unblock tracks
- Remove songs from queue
- Play any Spotify track
- Auto keepalive ping support
- Full radio reload request
🧹 Request/Response Models
🔁 Standard Requests
| Request Class | Response Returned |
|---|---|
NowPlayingRequest |
NowPlayingResponse |
NextComingRequest |
NextComingResponse |
QueueRequest |
QueueResponse |
BlocklistRequest |
BlocklistResponse |
SkipSongRequest |
SkipSongResponse |
BlockSongRequest |
BlockSongResponse |
UnblockSongRequest |
UnblockSongResponse |
RemoveSongRequest |
RemoveSongResponse |
PlaySongRequest |
PlaySongResponse |
ReloadAllRequest |
ReloadAllResponse |
KeepaliveRequest |
KeepaliveResponse |
📦 Data Models
NowPlayingSongNextComingSongQueueSongBlockedSongs
These are returned inside each respective .data field.
🧪 Development
Want to run and test locally?
git clone https://github.com/chitranshsh/pewhits-client-sdk.git
cd pewhits-client-sdk
pip install -e .
Or if you're using poetry:
poetry install
poetry run pytest
🤝 Contributing
All improvements are welcome 💡 Feel free to open issues or submit a PR!
📄 License
License © 2025 Chitransh Shrivastava
🌐 Links
- PyPI: https://pypi.org/project/pewhits-client-sdk
- GitHub: https://github.com/chitranshsh/pewhits-client-sdk
💖 Author
Chitransh Shrivastava CS B.Tech + Open Source Builder 💻 Find me on GitHub
Made with love and music 🎶💫
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 pewhits_client_sdk-0.9.0.tar.gz.
File metadata
- Download URL: pewhits_client_sdk-0.9.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
352d1d92c66c1e47fc67fa0e6c3c77b78eb15f116285f6c9062ee24c65545723
|
|
| MD5 |
146b22dbab992834e9ae258ce10a0b7d
|
|
| BLAKE2b-256 |
ffa64ce356b06e60015a9fdd2c4a85d320eaa46b867989679977939c1c7428df
|
File details
Details for the file pewhits_client_sdk-0.9.0-py3-none-any.whl.
File metadata
- Download URL: pewhits_client_sdk-0.9.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d88ec874273eb630e737887895cc9457f247761f55b75d65d08803520d2a3434
|
|
| MD5 |
aed44efee97a7a2678acfbdb61c9724e
|
|
| BLAKE2b-256 |
39037d72b243599db73592e33df2e95f286be564dc33bc2eff821c1aea087026
|