Skip to content

A simple Flask app that connects Monzo to YNAB

License

Notifications You must be signed in to change notification settings

kenners/monzo2ynab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monzo2ynab

A simple Flask app that exposes a webhook for Monzo transactions and pushes them to YNAB.

Uses the Monzo API and the YNAB API.

Quickstart

  1. Edit values for secret_token, ynab_api_key, ynab_budget_id, and ynab_account_id at the top of the script.
  2. Run with your middleware of choice e.g. uWSGI or Gunicorn.
  3. Register your endpoint URL (http://example.com/ping/<SECRET TOKEN>) as a webhook with Monzo.

About

A simple Flask app that connects Monzo to YNAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages