An open API service indexing awesome lists of open source software.

https://github.com/s3rius/crypto_watcher


https://github.com/s3rius/crypto_watcher

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Crypto watcher
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/crypto_watcher?style=for-the-badge)](https://pypi.org/project/crypto-watcher/)
[![PyPI](https://img.shields.io/pypi/v/crypto_watcher?style=for-the-badge)](https://pypi.org/project/crypto-watcher/)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/s3rius/crypto_watcher/Release%20crypto_watcher?style=for-the-badge)

## 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.

[![asciicast](https://asciinema.org/a/409013.svg)](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`.