Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 465 Bytes

File metadata and controls

11 lines (7 loc) · 465 Bytes

Canvas-2-GTasks

Synchronize your upcoming Canvas assignments with Google Tasks!

Download the folder and get started by reading 'apiinfo.txt'.

Python 3 and pip must be installed to be used. Canvas API key can be obtained from your Canvas account settings page.

Extras:

  • To sync every single assignment (including completed), in 'canvas2gtasks.py', rewrite the first "False" in get_upcoming_assignments (LINE 59) to "True". (Be prepared for a spaghetti list!)