A simple python cryptocurrency trading bot.
pip install -r requirements.txt
You will need to obtain application credentials for Coinbase Pro.
After following the setup instructions, run the program:
python3 main.py [-h]
|short|long|default|help|
| :---: | :---: | :---: | :---: |
|`-h`|`--help`||show this help message and exit|
|`-t`|`--ticker`|`BTC-USDC`|Cryptocurrency ticker symbol.|