Skip to content

derki-source/py-ezil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ezil Pool API Wrapper

Simple API wrapper for Ezil.me mining pool. All methods returns dict or None

Installation

pip install ezil

Usage

Initialization

import Ezil from ezil

ezil = Ezil()

Stats

ezil.pool_stats(WALLET_ADDRESS)

History

ezil.pool_history(WALLET_ADDRESS)

Balance

ezil.pool_balance(WALLET_ADDRESS)

Forecast

ezil.pool_forecast(WALLET_ADDRESS)

About

Python Ezil.me mining pool API wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages