IBL
Python API Wrapper for https://infinitybots.xyz
POST BOT STATS
await ibl.post_stats(bot_id, auth_token, servers, shards=0)
Example:
import discord
from discord.ext import tasks
@tasks.loop(minutes=30)
async def update_ibl():
await ibl.post_stats(bot.user.id, "auth_token", len(bot.guilds))
GET USER INFO
await ibl.user_info(id)
Returns:
user.username
- String
user.about
- String
user.certified_dev
- BOOL
user.staff
- LIST/ARRAY
user.developer
- STRING
user.error
- BOOL
GET BOT INFO
await ibl.bot_info(id)
RETURNS
bot.name
bot.certified
bot.tags
bot.prefix
bot.owner
bot.library
bot.short_desc
bot.long_desc
bot.premium
bot.nsfw
bot.servers
bot.shards
bot.votes
bot.invites
bot.website
bot.donate
bot.support
bot.banner
bot.staff
bot.error
Release files for ibl 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ibl-0.0.6.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ibl-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / ibl-0.0.6.tar.gz
| Download URL | ibl-0.0.6.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2baf025105b1bf43c28a97a55083963d6eea7644fb1b85d61d4621b1b9f7e6dc
|
|
BLAKE2b-256 checksum How to use checksums |
ff9f946c1c6897e1788e6acf383115cd82e8679b66d187cc65eea215aa6d047e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
|
Release files / ibl-0.0.6-py3-none-any.whl
| Download URL | ibl-0.0.6-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8aada7d3edfa8aaf8b4117198a992686be0eb5d3350e3499ccfefdcb681d9de5
|
|
BLAKE2b-256 checksum How to use checksums |
a1b335416762834c5559c6c40906e0676b5472d8c0ec8312c551b0d167ae37fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
|