Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrd0ll4r/winminer
API wrapper for the winminer API
https://github.com/mrd0ll4r/winminer
Last synced: 21 days ago
JSON representation
API wrapper for the winminer API
- Host: GitHub
- URL: https://github.com/mrd0ll4r/winminer
- Owner: mrd0ll4r
- License: mit
- Created: 2017-12-21T19:59:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T16:46:13.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T06:35:12.753Z (2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winminer
[![Build Status](https://api.travis-ci.org/mrd0ll4r/winminer.svg?branch=master)](https://travis-ci.org/mrd0ll4r/winminer)
[![Go Report Card](https://goreportcard.com/badge/github.com/mrd0ll4r/winminer)](https://goreportcard.com/report/github.com/mrd0ll4r/winminer)
[![GoDoc](https://godoc.org/github.com/mrd0ll4r/winminer?status.svg)](https://godoc.org/github.com/mrd0ll4r/winminer)
![Lines of Code](https://tokei.rs/b1/github/mrd0ll4r/winminer)API wrapper for the winminer API
## Status
This is an ongoing effort to reverse-engineer the winminer API, particularly the live dashboard.
## Things to know
It seems like Winminer invalidates API tokens and websocket tokens after some time.
For this reason, it's recommended to update these tokens periodically.## Stability
Is it stable? Probably not. Winminer doesn't guarantee anything for the API, so I don't guarantee anything for the wrapper :)
## License
MIT, see LICENSE.