Convert satoshis to WoW Gold based on WoW Token USD value.
- Python 100%
|
|
||
|---|---|---|
| src/btc_wow | ||
| tests | ||
| .gitignore | ||
| btc-wow.spec | ||
| LICENSE.txt | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
BTC-WoW
Calculates the satoshi value in WoW gold, based on WoW Token USD purchase value and BTC-USD excange rate.
Installation
Download the package and execute:
pip install btc_wow-0.1.0-py3-none-any.whl
Usage
BTC-WoW needs two positional arguments (in that order):
- id: a client ID from the Blizzard API.
- secret: a secret from the Blizzard API.
Details on how to create those credentials can be found here.
BTC-WoW may also take an optional arguments defining the USD value of WoW Token, defaults to 20.
With optional arguments:
btc-wow --usd-value 20 id secret
Without optional arguments:
btc-wow id secret
Where id and secret are your ID and SECRET from Blizzard API (alphanumerical sequences).
License
btc-wow is distributed under the terms of the GPL-3.0-or-later license.