Skip to content

cmsimike/PyMPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMPOS

PyMPOS - A Python command-line utility to pull information from any php-MPOS site. Currently only implements the getuserbalance end point.

How to install:

  1. Clone this repository
  2. python setup.py install
  3. Create ~/.pympos and use/modify this template:
[pympos]
apikey=<api key>
server=<domain>

Example:

[pympos]
apikey=abcdefghijklmnopqrstuvwxyz1234567890
server=pool.dogechain.info

Coming soon - availability in PyPi!

About

PyMPOS - A Python command-line utility to pull information from any MPOS site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages