gtasks2

A fork from the greatest gtasks


Keywords
google, tasks, task, gtasks, gtask
License
MIT
Install
pip install gtasks2==0.2.2

Documentation

Gtasks: a better Google Tasks Package

Build Status CodeFactor PyPI

Overview

Just a fork from https://github.com/benjaminwhite/Gtasks With a new feature : authentication in 2 steps

g = Gtasks(two_steps = True)
authentication_url = g.auth_url()
#do authentication
g.finish_login("your authentication code")