A small package for the revoltbots api!
Project description
RevoltBots.py
For Use with the RevoltBotList API!
Installation
pip3 install revoltbots.py
Example Usage:
from revoltbots import RBL
RBList = RBL.RevoltBots(ApiKey="xxxxx", botId="xxxxx")
def post():
""" POST Stats """
res = RBList.postStats(3)
print(res)
def getStats():
""" GET Stats """
res = RBList.getStats()
print(res)
def checkVotes():
""" GET Votes """
res = RBList.checkVotes()
print(res)
def getVoter():
""" Check Voter """
res = RBList.checkVoter(userId="id")
print(res)
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
revoltbots.py-0.0.2.tar.gz
(2.6 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 revoltbots.py-0.0.2.tar.gz.
File metadata
- Download URL: revoltbots.py-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c105f32e21692292a31949fa752933222429fd5812a330c78d2ddcedff4e7d70
|
|
| MD5 |
00d8eddc703fa1e936ddcb569d18e405
|
|
| BLAKE2b-256 |
899e6814fcb596c0c56c26e46939f89a7acee401b4d345174305d6d7738cce9f
|
File details
Details for the file revoltbots.py-0.0.2-py3-none-any.whl.
File metadata
- Download URL: revoltbots.py-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00e8b4abaadfe99c2703a8fdc5311c848c081f4eec3cab4a4765dc82aa0663b5
|
|
| MD5 |
8faf25b2b4d176e4a7a06c15f669cfa6
|
|
| BLAKE2b-256 |
d4d1c040969ff9b5d24f2d792a0a4d44d7c4ee55e6ca318bb38391bfe7119f04
|