An API wrapper for ChillBot's API
Project description
ChillBot.py
An API wrapper for ChillBot's API.
Quick Example
Here's an example where you can get the user top 10 music data
import asyncio
from ChillBot import Music
async def main():
data = await Music.get_top_ten(123)
print(data)
asyncio.run(main())
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
chillbot_py-1.0.6.tar.gz
(3.2 kB
view details)
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 chillbot_py-1.0.6.tar.gz.
File metadata
- Download URL: chillbot_py-1.0.6.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ceed6b2a7d90568b06397b647af4fcf5b3ec6b2523b5d559a76e3d48daaa25
|
|
| MD5 |
f0422ea5d7f50afc286f848684e5bf20
|
|
| BLAKE2b-256 |
4caf3e582eb7b37c5059782bc21c8b1f077cf88fe9c747795b7e89160f8e05c1
|
File details
Details for the file ChillBot.py-1.0.6-py3-none-any.whl.
File metadata
- Download URL: ChillBot.py-1.0.6-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe05adbc0ed25f7765c90a9214fccbd9fbb68632b492d985a3a46c40a65f394d
|
|
| MD5 |
87fc8c3b4c8b160320f655d62c9748ec
|
|
| BLAKE2b-256 |
b9489a70c45934e26119c199b10c7e6b8b3ec991d644f80e8160a36e32fa9a7a
|