An API wrapper for ChillBot's API
Project description
ChillBot.py
An API wrapper for ChillBot's API.
Installation
pip install -U ChillBot.py
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") # Replace 123 with Discord user ID
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.1.1.tar.gz
(3.5 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.1.1.tar.gz.
File metadata
- Download URL: chillbot_py-1.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6752d74a7ac875883711fed7a1dbf044452df2b628b4b3cc91812542790f6131
|
|
| MD5 |
8db7b04cd51aac597e830fc34a4cceae
|
|
| BLAKE2b-256 |
f04b6cdcd3e5ed0aca9da32ec7de13e530dde54e6296b952a745808cc9a2baf9
|
File details
Details for the file ChillBot.py-1.1.1-py3-none-any.whl.
File metadata
- Download URL: ChillBot.py-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
002e5f32bb4980a9385e2d0f62bc5f411e8ac61a87fa521d22334fcf621da32d
|
|
| MD5 |
953940fa081f07701692da5ac5565fda
|
|
| BLAKE2b-256 |
20c16e164c3dbfb7c359c2f5142295a6c75108ea5f4e69a92e3b0d93023d3eb5
|