An API Wrapper for the block game bot api
Project description
block game bot
block game bot api Wrapper
Information
Written without any external libraries other than aiohttp which is used to fetch data from the block game bot API.
This requires a block game bot API key. You may obtain one by joining this Discord and messaging me (asov#0187).
Credits
Usage
import asyncio
from blockgamebot.api import Scammers
scammers = Scammers("BLOCKGAMEBOT_API_KEY")
async def main():
# Get all scammers
all_scammers = await scammers.get_all()
print(all_scammers)
# Lookup a scammer
scammer = await scammers.lookup("asov")
print(scammer)
asyncio.run(main())
API
If you don't want to use the Wrapper you can use the API.
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
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 blockgamebot-1.4.tar.gz.
File metadata
- Download URL: blockgamebot-1.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae16a3b4ba3578fc24457ad380a8a4ce060b414a49f0090d77b8d8d2a72e49df
|
|
| MD5 |
81b6bce481d2fee179908ae21e84a20f
|
|
| BLAKE2b-256 |
5b776be53a09856b9705ff04d8c4d0b3525179302623de622fb85d6599c89ca3
|
File details
Details for the file blockgamebot-1.4-py3-none-any.whl.
File metadata
- Download URL: blockgamebot-1.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a257d92773f7772da86d70d5d93247cb0799d548f21fff9322c2c9b61026529
|
|
| MD5 |
fd423d19a1266fd3fefd82e8829a29d1
|
|
| BLAKE2b-256 |
d1608858f60f267d4f08f840d8acc4946704b9e38b55c713d70a1e248a16e16b
|