ghostku / python-zenmoney

Python library for api.zenmoney.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python library for ZenMoney API

This library allows you to use ZenMoney API.

There is a simplest way to start:

from zenmoney import *

oauth = OAuth2('consumer_key', 'consumer_secret', 'user_name', 'user_pass')
api = Request(oauth.token)
diff = api.diff(Diff(**{'serverTimestamp': 1}))

About

Python library for api.zenmoney.ru

License:MIT License


Languages

Language:Python 100.0%