A slick CLI tool to monitor coinbase crypto assets.
Project description
Morax
Morax aims to provide monitoring of Coinbase assets on the command line. It capable of fetching the wallet balance, wallet worth, wallet address and a graph of the crypto asset's price for the day.
Usage
⚠️ It is to be noted that this is a proof of concept and by using it, you hereby agree that I'm not responsible for any issues that may occur. Currently MacOS and Linux distributions are supported.
Initialization
morax -l
Authentication
This tool uses OAuth2.0 for authenication. Since OAuth2.0 requires a redirect URL, Refer to repo containing the source code used to setup a server to return the code parameter required to authenticate the user. Coinbase issues an access token for each wallet (BTC, ETH, LTC, etc), hence using this method of authentication, the user can only access the wallet they selected on the login page. To switch to other wallets, a 'switch' command is provided which will take the user back to Coinbase to authorize another wallet.
Commands
- login
- wallet
- switch
- graph
- refresh
Usage
morax <command>
init
Used to initialize the tool, redirecting the user to the Coinbase authenication page for login. If this command is run within 2 hours of login, the access token is renewed for another two hours.
Usage
morax -i
wallet
Used to display wallet information including current spot price of crypto asset, balance amount in wallet, worth of balance amount in INR, and wallet address.
Usage
morax -w
graph
Used to visualize the price fluctuations of crypto asset as a graph.
Usage
morax -g
switch
Used to switch to another wallet. Redirects the user back to Coinbase OAuth page. The user is expected to select the desired wallet to switch to.
Usage
morax -s
refresh
Force refresh access token.
Usage
morax -r
How to contribute?
Please see Contributing guidelines for more information.
Like it?
🌟 this repo to show support. Let me know you liked it on Twitter.
License
MIT © Punid Ramesh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.