https://github.com/s3rius/crypto_watcher
https://github.com/s3rius/crypto_watcher
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s3rius/crypto_watcher
- Owner: s3rius
- Created: 2021-04-20T09:17:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T12:09:32.000Z (about 5 years ago)
- Last Synced: 2025-02-05T21:59:03.035Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto watcher
[](https://pypi.org/project/crypto-watcher/)
[](https://pypi.org/project/crypto-watcher/)

## Cryptocurrency monitoring made simple.
This tool integrates with Binance, NBMiner and Cryptonator.
It's really simple to use. It monitors your crypto-currency miners on binance and shows your current profits converted to your local currency! Isn't it great?
You can take a look of how it looks like.
[](https://asciinema.org/a/409013?autoplay=1)
## Installation
To install the crypto_watcher you only need Python and Pip installed. Simply run this command:
```bash
pip install "crypto_watcher"
```
And now you can run the `crypto_watcher` from your command line.
## Usage
You need to create and place somewhere your secrets file. It's just a JSON file.
```json
{
"api_key": "",
"secret_key": "",
"user_name": "",
"algorithm": ""
}
```
Default location of secrets file is `~/.binance_secrets`. But you can set your own by providing a parameter.
If you want to watch from other machine than your miner, you need to provide custom `--nbminer_api` parameter.
Usage:
```
crypto_watcher -n "http://192.168.1.55:22333/" -c EUR
```
Also, if binance can't handle your queries you can switch between binance api urls. You can find additional adresses [here](https://binance-docs.github.io/apidocs/spot/en/#general-info).
You can always check the `--help`.