Skip to content
This repository was archived by the owner on Jan 9, 2021. It is now read-only.
/ PyHive Public archive

Python class for interfacing with CoinHive's HTTP API.

License

Notifications You must be signed in to change notification settings

WeebWare/PyHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHive

Python class for interfacing with CoinHive's HTTP API.

Example (GET)

from pyhive import PyHiveClient

secret_key = ""
client = PyHiveClient(secret_key)

client.get("/stats/site")

Example (POST)

from pyhive import PyHiveClient


secret_key = ""
client = PyHiveClient(secret_key)

client.post("/links/create", {"url": "https://example.com", "hashes": 1024})

About

Python class for interfacing with CoinHive's HTTP API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages