Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages