{"id":16162093,"url":"https://github.com/peterdavehello/docker-opencc","last_synced_at":"2025-03-18T22:30:57.575Z","repository":{"id":46023311,"uuid":"222388160","full_name":"PeterDaveHello/docker-opencc","owner":"PeterDaveHello","description":"🐳 Dockerized OpenCC - An awesome tool to convert Traditional and Simplified Chinese ⚙️","archived":false,"fork":false,"pushed_at":"2024-12-16T18:02:58.000Z","size":17,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T00:07:51.254Z","etag":null,"topics":["chinese","chinese-translation","convert","converter","docker","hacktoberfest","opencc","simplified-chinese","traditional-chinese"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/peterdavehello/opencc","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterDaveHello.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-18T07:29:43.000Z","updated_at":"2025-03-02T15:13:43.000Z","dependencies_parsed_at":"2024-10-21T14:37:28.902Z","dependency_job_id":null,"html_url":"https://github.com/PeterDaveHello/docker-opencc","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/PeterDaveHello%2Fdocker-opencc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-opencc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-opencc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDaveHello%2Fdocker-opencc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterDaveHello","download_url":"https://codeload.github.com/PeterDaveHello/docker-opencc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244318445,"owners_count":20433906,"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":["chinese","chinese-translation","convert","converter","docker","hacktoberfest","opencc","simplified-chinese","traditional-chinese"],"created_at":"2024-10-10T02:29:03.040Z","updated_at":"2025-03-18T22:30:57.570Z","avatar_url":"https://github.com/PeterDaveHello.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized OpenCC\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/PeterDaveHello/docker-opencc)\n[![Build Status](https://github.com/PeterDaveHello/docker-opencc/actions/workflows/docker-build-test.yml/badge.svg?branch=master)](https://github.com/PeterDaveHello/docker-opencc/actions/workflows/docker-build-test.yml)\n[![Docker Hub pulls](https://img.shields.io/docker/pulls/peterdavehello/opencc.svg)](https://hub.docker.com/r/peterdavehello/opencc/)\n\n[![Docker Hub badge](http://dockeri.co/image/peterdavehello/opencc)](https://hub.docker.com/r/peterdavehello/opencc/)\n\n## About OpenCC\n\nA project for conversion between Traditional and Simplified Chinese\n\n- https://github.com/BYVoid/OpenCC\n\nPlease note that this Docker image repository is not part of the OpenCC project.\n\n## Usage\n\nAvailable OpenCC commands are:\n\n- opencc\n- opencc_dict\n- opencc_phrase_extract\n\nFor OpenCC usage, take a look at [its own README.md](https://github.com/BYVoid/OpenCC#usage-%E4%BD%BF%E7%94%A8) and run each command with its `-h` or `--help` parameter to get help message, e.g.\n\n```sh\n$ docker run --rm -it peterdavehello/opencc opencc -h\n\nOpen Chinese Convert (OpenCC) Command Line Tool\nAuthor: Carbo Kuo \u003cbyvoid@byvoid.com\u003e\nBug Report: http://github.com/BYVoid/OpenCC/issues\n\nUsage:\n\n   opencc  [--noflush \u003cbool\u003e] [-i \u003cfile\u003e] [-o \u003cfile\u003e] [-c \u003cfile\u003e] [--]\n           [--version] [-h]\n\nOptions:\n\n   --noflush \u003cbool\u003e\n     Disable flush for every line\n\n   -i \u003cfile\u003e,  --input \u003cfile\u003e\n     Read original text from \u003cfile\u003e.\n\n   -o \u003cfile\u003e,  --output \u003cfile\u003e\n     Write converted text to \u003cfile\u003e.\n\n   -c \u003cfile\u003e,  --config \u003cfile\u003e\n     Configuration file\n\n   --,  --ignore_rest\n     Ignores the rest of the labeled arguments following this flag.\n\n   --version\n     Displays version information and exits.\n\n   -h,  --help\n     Displays usage information and exits.\n\n\n   Open Chinese Convert (OpenCC) Command Line Tool\n```\n\nYou'll need to mount your working directory into the container so that OpenCC can manipulate the file(s) in, for example:\n\n```sh\ndocker run --rm -it -v ${PWD}:/text -w /text peterdavehello/opencc opencc -c s2tw -i SimplifiedChinese.srt -o TraditionalChinese.srt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdavehello%2Fdocker-opencc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdavehello%2Fdocker-opencc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdavehello%2Fdocker-opencc/lists"}