NAV
python

Introduction

Welcome to the python-experiments!

A place for half-finished, incubating Python ideas.

Tasks

The tasks module allows to access and manipulates "Tasks" from several sources, namely:

Todoist

Initialised the Todoist sevice with an API token:

import tasks

token = "1234" # read your token from somewhere

todoist = tasks.Todoist(token)