VoidBots api but in python -_-
Project description
Installation
pip install voidbots
Documentation
To see the Doc click here.
Before using this module, Please view Ratelimits and Caching.
Example
import voidbots as vd
from discord.ext.commands import Bot
bot = Bot(command_prefix='vd!')
# Functions
Void = vd.VoidClient(bot, apikey='Your api key')
await Void.get_voteinfo('A bot id','A user id')
await Void.get_botinfo('A bot id')
await Void.postStats(bot.user.id, len(bot.guilds), bot.shard_count or 0)
await Void.get_analytics(bot.user.id)
await Void.get_reviews(bot.user.id)
await Void.widget(bot.user.id, theme='dark or light')
await Void.get_userinfo("A user id")
await Void.get_pack("The pack id")
#This is just examples , it should work.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voidbots-0.0.3.tar.gz
(2.8 kB
view details)
File details
Details for the file voidbots-0.0.3.tar.gz
.
File metadata
- Download URL: voidbots-0.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9134aad634933625fa2cf32681c3ae3728e79f853f0aa16eca788c1da97d5f94 |
|
MD5 | e9541a350ea80e856d53d3fa0a18582d |
|
BLAKE2b-256 | 53c0089e451a9c7f2635556b2bb71a0c6203ca34197982f9bd76e144800d6dc6 |