samir-kulkarni / toodledo-python

Python wrapper for Toodledo tasks via the v3 api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/

Usage

toodledo = Toodledo(clientId="YourClientId", clientSecret="YourClientSecret", tokenStorage=TokenStorageFile(YourConfigFile), scope="basic tasks notes folders write")

About

Python wrapper for Toodledo tasks via the v3 api


Languages

Language:Python 100.0%