Skip to content
View itamar87's full-sized avatar

Block or report itamar87

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Filter the completed items of a spec... Filter the completed items of a specific project of todoist in the last 7 days (using Python interface to the Todoist API)
    1
    """
    2
    This script retrieves and filters completed items of a specific project in the last 7 days using the Todoist API.
    3
    4
    Usage:
    5
        python todoist_get_recent_completed_items.py [API_TOKEN] [PROJECT_ID]