0 purchases
pycwatchcli 2.1.2
pycwatch-cli
The pycwatch-cli is a command line application that makes the power of CryptoWatch
available to you on the command line.
CLI Installation
The easiest way to install is with pipx.
pipx install pycwatch-cli
This will make the command pycw available.
CLI Quick Start
Run pycw --help to get usage info.
❯ pycw --help
Usage: pycw [OPTIONS] COMMAND [ARGS]...
PyCwatch CLI.
╭─ Commands ───────────────────────────────────────────────────────────────╮
│ assets Get or list assets. │
│ exchanges Get or list exchanges. │
│ info Get API info. │
│ markets Get or list markets. │
│ pairs Get or list pairs. │
╰──────────────────────────────────────────────────────────────────────────╯
All the endpoints implemented by pycwatch-lib are available via the pycw command.
For example:
# list available assets
pycw assets list
# get some price info
pycw markets price binance btceur
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.