Crates.io | up-cli |
lib.rs | up-cli |
version | 0.1.2 |
source | src |
created_at | 2020-07-29 07:09:23.832639 |
updated_at | 2022-05-16 11:26:16.819749 |
description | A CLI to interact with the Up Banking API |
homepage | |
repository | https://github.com/etopiei/up-cli |
max_upload_size | |
id | 270843 |
size | 71,476 |
This is a simple command line program to interact with the Up Banking API.
$ cargo install --force up-cli
First you should get an API token from Up.
Then set it as an environment variable:
$ export UP_API_TOKEN="<token here>"
Then simply run:
$ up-cli
✅ Logged In Successfully
⚡ help
Up Banking CLI Help
Commands:
- balance (prints all account balances)
- transactions (show last 10 transactions)
- exit (quits the app)
⚡ exit
More features coming soon, feel free to help out with a PR!