{"id":13833374,"url":"https://github.com/Garee/pytodoist","last_synced_at":"2025-07-09T23:30:38.614Z","repository":{"id":14963927,"uuid":"17688757","full_name":"Garee/pytodoist","owner":"Garee","description":"Use Todoist with Python ✅ ","archived":false,"fork":false,"pushed_at":"2022-12-09T05:23:50.000Z","size":915,"stargazers_count":167,"open_issues_count":4,"forks_count":32,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-15T00:51:56.473Z","etag":null,"topics":["api","python","todoist"],"latest_commit_sha":null,"homepage":"https://pytodoist.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"SRGSSR/SRGMediaPlayer-iOS","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Garee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-13T00:11:18.000Z","updated_at":"2025-03-27T13:28:17.000Z","dependencies_parsed_at":"2023-01-13T18:12:11.017Z","dependency_job_id":null,"html_url":"https://github.com/Garee/pytodoist","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Garee/pytodoist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garee%2Fpytodoist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garee%2Fpytodoist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garee%2Fpytodoist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garee%2Fpytodoist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Garee","download_url":"https://codeload.github.com/Garee/pytodoist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garee%2Fpytodoist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505231,"owners_count":23618906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","python","todoist"],"created_at":"2024-08-04T12:00:29.700Z","updated_at":"2025-07-09T23:30:38.333Z","avatar_url":"https://github.com/Garee.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://imgur.com/WAXg5z7.png\" title=\"PyTodoist\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pypi.python.org/pypi/pytodoist\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/pytodoist.svg?maxAge=600\" alt=\"PyPI\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://pypi.python.org/pypi/pytodoist\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/pytodoist.svg\" alt=\"Python versions\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/garee/pytodoist/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/garee/pytodoist.svg\" alt=\"License\" /\u003e\u003c/a\u003e \u003ca href=\"https://travis-ci.com/Garee/pytodoist\"\u003e\u003cimg src=\"https://travis-ci.com/Garee/pytodoist.svg?branch=master\" alt=\"Build status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**PyTodoist** is a Python package for interacting with [Todoist](http://www.todoist.com). It hides the underlying API calls with higher-level abstractions that make it easy to use Todoist with Python.\n\n## Quick Start\n\nInstall the latest version:\n\n```sh\n$ pip install pytodoist\n```\n\nHave fun:\n\n```python\n\u003e\u003e\u003e from pytodoist import todoist\n\u003e\u003e\u003e user = todoist.login('gary@garyblackwood.co.uk', 'pa$$w0rd')\n\u003e\u003e\u003e projects = user.get_projects()\n\u003e\u003e\u003e for project in projects:\n...     print(project.name)\n...\nInbox\nBooks to read\nMovies to watch\nShopping\nWork\nPersonal\nHealth\n\u003e\u003e\u003e inbox = user.get_project('Inbox')\n\u003e\u003e\u003e task = inbox.add_task('Install PyTodoist',\n...                        priority=todoist.Priority.VERY_HIGH)\n\u003e\u003e\u003e task.complete()\n```\n\n## Documentation\n\nComprehensive online documentation can be found at https://pytodoist.readthedocs.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaree%2Fpytodoist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGaree%2Fpytodoist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaree%2Fpytodoist/lists"}