An asynchronous MInecraft server votifier client in Python
Project description
Aio-Votifier
An asynchronous MInecraft server votifier client in Python
Example Usage:
from aiovotifier import NuVotifierClient
import asyncio
async def main():
async with NuVotifierClient("127.0.0.1", 8192, "token") as client:
await client.vote("Iapetus11")
asyncio.run(main())
or
from aiovotifier import NuVotifierClient
import asyncio
async def main():
client = NuVotifierClient("127.0.0.1", 8192, "token")
await client.connect()
await client.vote("Iapetus11")
await client.close()
asyncio.run(main())
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
aiovotifier-0.2.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file aiovotifier-0.2.1.tar.gz
.
File metadata
- Download URL: aiovotifier-0.2.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ef00a8924657349fe0c39de742077d4fb9c8147bd558a9bbcd969055ef014ab |
|
MD5 | aad0a77e3a3bc6a59da948f0dd82b04f |
|
BLAKE2b-256 | f85d399f71f2c13d17f7df9f83daea8a1de7caa970fcc3ca40e6910f2a705d09 |
File details
Details for the file aiovotifier-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: aiovotifier-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a3549bd7cdcf7007f39868ee4774307f5558163fa793ce012891e3c802b54ef |
|
MD5 | 9d73fc1b7e771d581d34622446b865f9 |
|
BLAKE2b-256 | 70a7e6664a67f8839be923cf9fb1343c5d8ed8b3263a269917403a93eb793f88 |