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.1.4.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file aiovotifier-0.1.4.tar.gz
.
File metadata
- Download URL: aiovotifier-0.1.4.tar.gz
- Upload date:
- Size: 3.2 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 | 23357600f3ff7e75b17dadfd241fbc494c69ae1df2e3f9b07688d72022d637f2 |
|
MD5 | a89c3dd39407527668087af870ad1c34 |
|
BLAKE2b-256 | e725f9933a7620923a8b38bd9755e874bc4b2be467085fe588a5ccd5c98d87b1 |
File details
Details for the file aiovotifier-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: aiovotifier-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.7 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 | ff9efcb77a15e73f826533c64c48680b96eadbed0ff40460a8c774f7c12a95ab |
|
MD5 | 24236fb994bbd72deae25f30b78b69ba |
|
BLAKE2b-256 | dd4b27e459882fc3fa79215c3edfcb3cf5313facfd26630e3c5f9752885e868b |