{"id":20154605,"url":"https://github.com/roundpartner/docker-todoist-python","last_synced_at":"2025-06-24T13:34:53.760Z","repository":{"id":165604738,"uuid":"97777516","full_name":"roundpartner/docker-todoist-python","owner":"roundpartner","description":"A Docker Container for Todoist Python Library","archived":false,"fork":false,"pushed_at":"2020-11-08T16:33:28.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T12:39:36.507Z","etag":null,"topics":["docker","todoist"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roundpartner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-20T01:39:14.000Z","updated_at":"2020-11-08T16:42:23.000Z","dependencies_parsed_at":"2023-07-31T00:16:55.534Z","dependency_job_id":null,"html_url":"https://github.com/roundpartner/docker-todoist-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundpartner%2Fdocker-todoist-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundpartner%2Fdocker-todoist-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundpartner%2Fdocker-todoist-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roundpartner%2Fdocker-todoist-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roundpartner","download_url":"https://codeload.github.com/roundpartner/docker-todoist-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241593591,"owners_count":19987590,"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":["docker","todoist"],"created_at":"2024-11-13T23:27:38.897Z","updated_at":"2025-03-03T01:26:27.768Z","avatar_url":"https://github.com/roundpartner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/thomaslorentsen/docker-todoist-python.svg?branch=master)](https://travis-ci.org/thomaslorentsen/docker-todoist-python)\n[![Docker Build](https://img.shields.io/docker/automated/imacatlol/todoist-python.svg)](https://hub.docker.com/r/imacatlol/todoist-python/)\n[![Docker pulls](https://img.shields.io/docker/pulls/imacatlol/todoist-python.svg)](https://hub.docker.com/r/imacatlol/todoist-python/)\n# Todoist Python\nA Docker Container for [Todoist Python Module]([https://developer.todoist.com])\n## Creating A Docker Container\nIn your project create an ```app.py``` script\n```python\nimport todoist\n\napi = todoist.TodoistAPI('secret_api_key')\nresponse = api.sync()\nfor project in response['projects']:\n     print(project['name'])\n```\n\nThen add your python application to your ```Dockerfile```\n```docker\nFROM imacatlol/todoist-python\nWORKDIR /usr/src/app\nCOPY . .\nCMD [ \"python\", \"./app.py\" ]\n```\n\nBuild the Docker Container\n```bash\ndocker build -t todoist .\n```\n\nThen run the Container\n```bash\ndocker run -it --rm --name todoist-app todoist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundpartner%2Fdocker-todoist-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundpartner%2Fdocker-todoist-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundpartner%2Fdocker-todoist-python/lists"}