{"id":35252852,"url":"https://github.com/sillsdev/overcrowdin","last_synced_at":"2025-12-30T07:03:43.427Z","repository":{"id":44529734,"uuid":"222011232","full_name":"sillsdev/overcrowdin","owner":"sillsdev","description":"Overcrowdin is a dotnet CLI built on top of the Crowdin project crowdin-dotnet-client, which provides a .NET Api over the Crowdin REST API.","archived":false,"fork":false,"pushed_at":"2025-11-19T21:46:55.000Z","size":182,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-11-19T22:37:33.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/sillsdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-15T22:08:58.000Z","updated_at":"2025-11-19T21:46:58.000Z","dependencies_parsed_at":"2024-04-15T17:11:48.667Z","dependency_job_id":"d4c725f8-c60e-4738-a9a8-78f197426ce2","html_url":"https://github.com/sillsdev/overcrowdin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sillsdev/overcrowdin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillsdev%2Fovercrowdin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillsdev%2Fovercrowdin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillsdev%2Fovercrowdin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillsdev%2Fovercrowdin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sillsdev","download_url":"https://codeload.github.com/sillsdev/overcrowdin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sillsdev%2Fovercrowdin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28124450,"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-12-30T02:00:05.476Z","response_time":64,"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":"2025-12-30T07:02:31.965Z","updated_at":"2025-12-30T07:03:43.422Z","avatar_url":"https://github.com/sillsdev.png","language":"C#","readme":"## Overcrowdin - A dotnet Crowdin CLI\n\n\u003ca href=\"https://crowdin.com\" target=\"_blank\"\u003eCrowdin\u003c/a\u003e is an amazing, popular, cloud-based localization management system.\nIt provides a \u003ca href=\"https://github.com/crowdin/crowdin-cli-2\" target=\"_blank\"\u003eCLI in Java\u003c/a\u003e, but that adds dependencies that many projects do not want. This project provides an alternative in the form of a \u003ca href=\"https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools\" target=\"_blank\"\u003e.NET Core Global Tool\u003c/a\u003e. \n\n**Overcrowdin** is a dotnet CLI built on top of the Crowdin project \u003ca href=\"https://github.com/crowdin/crowdin-dotnet-client\" target=\"_blank\"\u003ecrowdin-dotnet-client\u003c/a\u003e, which provides a .NET Api over the Crowdin REST API.\n\nThis project is not yet feature complete with the Crowdin client. It was built to meet some immediate project needs and could be enhanced.\n\n### Requirements\n\n* .NET 8.0: To install and use Overcrowdin, you need .NET 8.0, which can be downloaded from \u003ca href=\"https://dotnet.microsoft.com/download/dotnet/8.0\" target=\"_blank\"\u003eMicrosoft's website\u003c/a\u003e.\n\n### Installation\n\nOvercrowdin can be installed using the following command:\n```dotnet tool install -g overcrowdin```\n\n### Usage\n\nAfter installation, ```overcrowdin``` will be available from the command prompt.\n\nOvercrowdin uses a configuration file named ```crowdin.json``` in the working directory. This file follows the structure of \u003ca href=\"https://support.crowdin.com/configuration-file\" target=\"_blank\"\u003eCrowdin's YAML configuration file\u003c/a\u003e.\n\nTo see the program help, run ```overcrowdin``` with no options.\n\n### FAQ\n\nQ: Why don't you save the API Key in the configuration file?\n\nA: I don't want to make it easy to commit secrets into a github repository so I encourage the environment variable option that Crowdin supports in their CLI.\n\n### Developing Overcrowdin\n\n#### Status\n![Build Status](\u003chttps://build.palaso.org/app/rest/builds/buildType:(id:Overcrowdin_OvercrowdinCi)/statusIcon\u003e)\n[![GitHub contributors](https://img.shields.io/github/contributors/sillsdev/overcrowdin?cacheSeconds=10000)](https://github.com/sillsdev/overcrowdin/graphs/contributors)\n![Test coverage](\u003chttps://img.shields.io/badge/dynamic/xml?label=test%20coverage\u0026suffix=%\u0026query=//property[@name=%22CodeCoverageS%22]/@value\u0026url=https%3A%2F%2Fbuild.palaso.org%2Fapp%2Frest%2Fbuilds%2FbuildType%3A(id%3AOvercrowdin_OvercrowdinCi)%2Fstatistics%3Fguest%3D1\u0026style=flat\u003e)\n[![GitHub](https://img.shields.io/github/license/sillsdev/overcrowdin)](https://github.com/sillsdev/overcrowdin/blob/master/LICENSE)\n\n\n#### Developer Requirements\n* .NET 8.0\n\n#### Recommendations\n* Visual Studio Community Edition 2022 or later\n\n#### Cloning\n```git clone https://github.com/sillsdev/overcrowdin```\n\nThen you should be able to build the solution and run the unit tests\n```\ndotnet build\ncd OvercrowdinTests\ndotnet test\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillsdev%2Fovercrowdin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsillsdev%2Fovercrowdin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillsdev%2Fovercrowdin/lists"}