Skip to content

Python module for accessing the Monzo API and a Flask app to use it

License

Notifications You must be signed in to change notification settings

elementechemlyn/pythonzo

Repository files navigation

Monzo API - Work in Process

Documentation to follow!

  • Copy monzosettings.json.sample to monzosettings.json and fill it in with client details
  • python runserver.py

Starts a flask app to get an oauth token and store it in the monzosettings.json file. Hit http://localhost:5555/ to start the process.

Once that settings file is made the api can be used from the command line if required. A confidential app will store a refresh token too.

See quicktest.py for an example of using the api.

Todo

  • Improve this readme
  • Add some comments
  • Make some tests
  • Do setuptools config
  • Add logging
  • Make some interesting pages for the web app

About

Python module for accessing the Monzo API and a Flask app to use it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published