Skip to content

chbndrhnns/pynYNAB

 
 

Repository files navigation

image

image

image

nYNABapi

a python client for the new YNAB API

Installation

$ pip install pynYNAB

Or you can download the source, then call python setup.py install

Usage

Either code your own script that uses the pynYNAB api, or use the provided scripts, ofximport, YNAB4 migrate, csvimport

Scripts Documentation

See appropriate README

API Documentation

See the wiki WIKI for an extended explanation and usage examples

Preventing harm to nYnab servers ---------------------------

I've taken all precautionary steps so that this python Client can't affect YNAB even if used too widely.

  • It honors requests by the server to throttle its requests > Same mechanisme that the JS app uses
  • It self-limits the requests to 5 request per second
  • It clearly identifies itself by User-Agent > Easy to lock it out if it causes trouble

About

a python client for the new YNAB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Python 1.6%
  • Other 0.2%