monzo-cli
(Best newcomer: 3/4 new people)
A terminal client for the Monzo Bank API - developers.monzo.com
Installation
Required Packages
- Python 2.7.x
- python-pip
#### python packages
- requests
- json
- urllib
- sys
- locale
- babel.numbers
- decimal
- dateutil.parser
- datetime
Instructions
- Clone/Download the repository
- Install the required dependancies
- At the top of your file, add the access token aquired from developers.monzo.com
- Have fun...
To run the script: ./monzo {commands}
Commands
details (): outputs your account details
balance (): outputs todays spend and balance
transactions (*optional* catagory): outputs all transactions, optionally filtered by catagory
transaction_filter (start_date, end date, *optional* catagory): outputs all transactions within the specified period and optionally by catagory
pending (): outputs authorised but not presented transactions
spent (): outputs total cashflow
feed_item (title, description, image_url): generates a feed item
Upgrades
- Full oAuth2 support
- Better handling of parameters (ie. composite commands)

Log in or sign up for Devpost to join the conversation.