Convert satoshis to WoW Gold based on WoW Token USD value.
Find a file
2025-07-09 14:54:19 -03:00
src/btc_wow Tipo correction 2025-06-01 15:24:42 -03:00
tests documentation 2025-05-31 18:12:22 -03:00
.gitignore repository start 2025-05-30 10:18:22 -03:00
btc-wow.spec cli implementation 2025-06-01 12:30:43 -03:00
LICENSE.txt repository start 2025-05-30 10:18:22 -03:00
main.py Atualizar main.py 2025-07-09 14:54:19 -03:00
pyproject.toml cli implementation 2025-06-01 12:30:43 -03:00
README.md Updated README.md 2025-06-05 13:40:10 -03:00

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.