d-Rickyy-b / Monzo-Meter

A little code snippet & instructions of how to create a monzo-meter
GNU General Public License v3.0
4 stars 1 forks source link

Fetch current account balance #3

Closed d-Rickyy-b closed 1 year ago

d-Rickyy-b commented 7 years ago

The push system from monzo works only when the device is 24/7 online. If one transaction is missing, it shows a wrong value. Check if there is a nice way to get the real account balance.

d-Rickyy-b commented 7 years ago

Might be of interest:

https://github.com/monzo/docs/blob/master/source/includes/_authentication.md

The refresh_token might be used for this.

d-Rickyy-b commented 6 years ago

Oauth data can be saved via redis aswell - at least until restart, because redis is in-memory

d-Rickyy-b commented 6 years ago

Python implementation:

https://github.com/wndhydrnt/python-oauth2


python-oauth2 does not force you to use a specific database. It currently supports these storage backends out-of-the-box:

  • MongoDB
  • MySQL
  • Redis
  • Memcached
d-Rickyy-b commented 1 year ago

Won't do