{"id":13405701,"url":"https://github.com/maxammann/trello-to-deck","last_synced_at":"2025-07-28T08:07:30.111Z","repository":{"id":44953522,"uuid":"293104022","full_name":"maxammann/trello-to-deck","owner":"maxammann","description":"trello-to-deck reads from an JSON export of Trello and creates a board in Nextcloud Deck.","archived":false,"fork":false,"pushed_at":"2022-04-18T08:07:00.000Z","size":525,"stargazers_count":69,"open_issues_count":8,"forks_count":9,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-07-26T05:53:53.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/maxammann.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}},"created_at":"2020-09-05T15:36:12.000Z","updated_at":"2025-07-23T15:00:26.000Z","dependencies_parsed_at":"2022-09-03T17:12:36.334Z","dependency_job_id":null,"html_url":"https://github.com/maxammann/trello-to-deck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxammann/trello-to-deck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Ftrello-to-deck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Ftrello-to-deck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Ftrello-to-deck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Ftrello-to-deck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxammann","download_url":"https://codeload.github.com/maxammann/trello-to-deck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Ftrello-to-deck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-07-30T19:02:08.908Z","updated_at":"2025-07-28T08:07:30.048Z","avatar_url":"https://github.com/maxammann.png","language":"Python","funding_links":[],"categories":["Python","others"],"sub_categories":[],"readme":"**Deck officially introduced in [v1.7.0-beta.1](https://github.com/nextcloud/deck/releases/tag/v1.7.0-beta.1) a feature to import from Trello: [deck#3182](https://github.com/nextcloud/deck/pull/3182). I did not test this new feature, but I would assume that this project is now deprecated.**\n\n# trello-to-deck\n\u003e Move to the bright side!\n\ntrello-to-deck reads from an JSON export of Trello and creates a board in [Nextcloud Deck](https://apps.nextcloud.com/apps/deck).\n\n![](./docs/demo.gif)\n\n\n![](./docs/screenshot.png)\n\n## Installation\n\n```\npip install git+https://github.com/maxammann/trello-to-deck\n```\nNote: You should not execute this command as `root`. Install it as your normal user and add `~/.local/bin/` to your path.\n\nAfter that you should be able to execute the command `trello-to-deck` to view the help.\n\n## Usage example\n\nFirst get a JSON export of your Trello board as described [here](https://help.trello.com/article/747-exporting-data-from-trello-1) and save it as `trello.json`. Make sure not to delete the board before the migration. Otherwise all attachments are lost!\n\nThen simply invoke the CLI tool `trello-to-deck`:\n\n```console\n# trello-to-deck\nusage: trello-to-deck [-h] input_json nextcloud_instance username password\ntrello-to-deck: error: the following arguments are required: input_json, nextcloud_instance, username, password\n```\n\nYou have to provide the arguments `input_json` e.g. `trello.json`, `nextcloud_instance` e.g. `https://example.org/nextcloud` and the `username` and `password` for nextcloud. If you have 2-FA please create a temporary app passowrd for converting to Deck.\n\n## MUST READ: What is NOT migrated?\n\n* Creating archived cards: https://github.com/maxammann/trello-to-deck/issues/1\n  I have over 2000 archived cards in my personal Trello. Right now Deck can not handle this amount. Therefore currently no archived cards are migrated!\n* Assigning the correct people on the cards. Only the creating account is assigned right now: https://github.com/maxammann/trello-to-deck/issues/7 https://github.com/maxammann/trello-to-deck/issues/6\n* Votes: https://github.com/maxammann/trello-to-deck/issues/3\n* Background: https://github.com/maxammann/trello-to-deck/issues/5\n* Cards of archived stacks: https://github.com/maxammann/trello-to-deck/issues/10\n\n## What is migrated?\n\n* Labels\n* Stacks\n* Cards\n* Checklists (yes they are supported by Deck!)\n* Due-date\n* Order of Stacks, Cards, Checklists etc.\n* Link/Reference to the original trello card (as comment)\n* Comments on cards: https://github.com/maxammann/trello-to-deck/issues/4\n* Attachments: https://github.com/maxammann/trello-to-deck/issues/2\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxammann%2Ftrello-to-deck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxammann%2Ftrello-to-deck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxammann%2Ftrello-to-deck/lists"}