Skip to content

Felixoid/python-zenmoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9604ba4 · May 27, 2023

History

21 Commits
May 27, 2023
May 26, 2019
Jun 30, 2019
Aug 23, 2019

Repository files navigation

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}))