Votifier protocol v2 client for Python.
Project description
Votifier2
Overview
Votifier protocol v2 client for Python.
Based on https://github.com/NuVotifier/votifier2-php/.
Installation / Usage
To install use pip:
pip install votifier2
Example
from votifier2 import Server, Vote
v = Vote("SERVICE", "ano95", "127.0.0.1")
s = Server("127.0.0.1", 8192, "TOKEN")
s.send_vote(v)
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
votifier2-0.1.0.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for votifier2-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08d279a9e9740cec41add2633e2052bc3711de53e298bfa74428442857dfd8f2 |
|
MD5 | cf7136c17d5be36a561e976c48c85790 |
|
BLAKE2b-256 | 075397c23880b89dd7d8a95c5985c1d7a046d63212a2a7029b3a3abece761cf3 |