API for cybralist.com
Project description
cybralist
useful library for cybralist.com
API DOCS
Link to api docs: API DOCS
Installation
pip install cybralist
example
Server Count Post :
from cybralist import cybralist
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = cybralist(client,"token of cybralist")
@client.event
async def on_ready():
x = await dbl.serverCountPost()
print(x)
client.run("token")
Search bot:
from cybralist import cybralist
client = commands.Bot(command_prefix="!")
dbl = cybralist(client,"token of cybralist")
id=botid
a = dbl.search(id)
print(a)
All functions in api:
1: serverCountPost()
2: search()
3: hasVoted()
JOIN OUR DISCORD SERVER FOR SUPPORT
DISCORD LINK
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 cybralist-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cybralist-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afe91d346da2fc1db6ad6b4d5546cc65fc60d75f91ac05d70e16dc5fb352cf5b
|
|
| MD5 |
90cdc54115d27f2fa367f6e819e196ee
|
|
| BLAKE2b-256 |
06f2ce042da954960321f505de1d0ca4debefdbcdada2bddc7abae22ce433256
|