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.2.tar.gz
(3.4 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.2.tar.gz.
File metadata
- Download URL: chillbot_py-1.1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d9fd7fa6fdd381eea2d7c2b3eafe4950da35e1190a0fce1934e4fc833b41422
|
|
| MD5 |
7db80764288cc5f7e85a1b0aa82281fb
|
|
| BLAKE2b-256 |
1489b3b3e873cbcc0ddb39b13e7d6c1fd8fa2608febfda9f1c35b9da8303fecd
|
File details
Details for the file ChillBot.py-1.1.2-py3-none-any.whl.
File metadata
- Download URL: ChillBot.py-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
4afa54cb31c9ab05c97f747ecffd631071cf7810b47b11a2c0493fcf3caa40f8
|
|
| MD5 |
8ba6c9ae5d7e9b57a7b1cbc8baad2df2
|
|
| BLAKE2b-256 |
096022a46e081e022f3b15e930f70d2469d9675635347db6bb4329b038ce0d74
|