Todoist API Example 1 Gtd Weekly Review Automation

Sub-skill of todoist-api: Example 1: GTD Weekly Review Automation.

vamseeachanta Updated

File contents

Example 1: GTD Weekly Review Automation

Example 1: GTD Weekly Review Automation

#!/usr/bin/env python3
"""gtd_weekly_review.py - Automate GTD weekly review"""

from todoist_api_python import TodoistAPI
from datetime import datetime, timedelta
import os

api = TodoistAPI(os.environ["TODOIST_API_KEY"])


*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/business/productivity/todoist-api/example-1-gtd-weekly-review-automation commit 700d2c7351

Frequently asked questions

npx skillmds@latest add vamseeachanta/todoist-api-example-1-gtd-weekly-review-automation