Skip to content

gardenerik/votifier2-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Votifier protcol v2 client for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages