todoist
Platypush documentation
todoist
- class platypush.plugins.todoist.TodoistPlugin(api_token: str, **kwargs)[source]
Bases:
Plugin
Todoist integration.
Requires:
todoist-python (
pip install todoist-python
)
You’ll also need a Todoist token. You can get it here <https://todoist.com/prefs/integrations>.
- __init__(api_token: str, **kwargs)[source]
- Parameters:
api_token – Todoist API token. You can get it here <https://todoist.com/prefs/integrations>.
- get_collaborators() TodoistCollaboratorsResponse [source]
Get list of collaborators.
- get_filters() TodoistFiltersResponse [source]
Get list of Todoist filters.
- get_items() TodoistItemsResponse [source]
Get list of Todoist projects.
- get_live_notifications() TodoistLiveNotificationsResponse [source]
Get list of Todoist live notifications.
- get_notes() TodoistNotesResponse [source]
Get list of Todoist notes.
- get_project_notes() TodoistProjectNotesResponse [source]
Get list of Todoist project notes.
- get_projects() TodoistProjectsResponse [source]
Get list of Todoist projects.
- get_user() TodoistUserResponse [source]
Get logged user info.