{"id":15957268,"url":"https://github.com/mamantoha/fci","last_synced_at":"2025-07-29T21:08:36.810Z","repository":{"id":30833580,"uuid":"34390996","full_name":"mamantoha/fci","owner":"mamantoha","description":"Freshdesk and Crowdin integration Command Line Interface (CLI)","archived":false,"fork":false,"pushed_at":"2018-05-22T09:09:20.000Z","size":45,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-20T06:01:39.251Z","etag":null,"topics":["cli","crowdin","freshdesk","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/mamantoha.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":"2015-04-22T13:10:40.000Z","updated_at":"2024-05-17T16:43:17.000Z","dependencies_parsed_at":"2022-08-26T17:00:31.944Z","dependency_job_id":null,"html_url":"https://github.com/mamantoha/fci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mamantoha/fci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamantoha","download_url":"https://codeload.github.com/mamantoha/fci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffci/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267392216,"owners_count":24079907,"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-27T02:00:11.917Z","response_time":82,"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":["cli","crowdin","freshdesk","ruby"],"created_at":"2024-10-07T13:41:11.175Z","updated_at":"2025-07-29T21:08:36.728Z","avatar_url":"https://github.com/mamantoha.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FCI\n\nFreshdesk and Crowdin integration Command Line Interface (CLI)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```\ngem 'fci'\n```\n\nAnd then execute:\n```\n$ bundle\n```\n\nOr install it manually as:\n\n```\n$ gem install fci\n```\n\n## Use\n\nThe simplest way to get started is to create a scaffold project:\n\n```\n\u003e fci init todo\n```\n\nA new ./todo directory is created with sample config `fci.yml`. View the basic output of the scaffold with:\n\n```\n\u003e cd todo\n\u003e fci help\n```\n\nWhich will output:\n\n```\nNAME\n    fci - is a command line tool that allows you to manage and synchronize your Freshdesk localization with Crowdin project\n\nSYNOPSIS\n    fci [global options] command [command options] [arguments...]\n\nVERSION\n    0.0.1\n\nGLOBAL OPTIONS\n    -c, --config=\u003cs\u003e - Project-specific configuration file (default: /home/user/project/fci.yml)\n    --version        - Display the program version\n    -v, --verbose    - Be verbose\n    --help           - Show this message\n\nCOMMANDS\n    help                  - Shows a list of commands or help for one command\n    init:project          - Create a new FCI-based project\n    import:sources        - Read folders/articles from Freshdesk and upload resource files to Crowdin\n    download:translations - Build and download translation resources from Crowdin\n    export:translations   - Add or update localized resource files(folders and articles) in Freshdesk\n```\n\n## Configuration\n\nThe scaffold project that was created in ./todo comes with a `fci.yml` shell.\n\n```\n---\n# Crowdin API credentials\ncrowdin_project_id: '\u003c%your-crowdin-project-id%\u003e'\ncrowdin_api_key: '\u003c%your-crowdin-api-key%\u003e'\ncrowdin_base_url: 'https://api.crowdin.com'\n\n# Freshdesk API credentials\nfreshdesk_base_url: 'https://\u003c%subdomain%\u003e.freshdesk.com'\nfreshdesk_username: '\u003c%your-freshdek-username%\u003e'\nfreshdesk_password: '\u003c%your-freshdesk-password%\u003e'\n\n# Freshdesk catogories\ncategories:\n- freshdesk_category: '\u003c%freshdesk-category-id%\u003e'\n  translations:\n    -\n      crowdin_language_code: '\u003c%crowdin-two-letters-code%\u003e'\n      freshdesk_category_id: '\u003c%freshdesk-category-id%\u003e'\n    -\n      crowdin_language_code: '\u003c%crowdin-two-letters-code%\u003e'\n      freshdesk_category_id: '\u003c%freshdesk-category-id%\u003e'\n- freshdesk_category: '\u003c%freshdesk-category-id%\u003e'\n  translations:\n    -\n      crowdin_language_code: '\u003c%crowdin-two-letters-code%\u003e'\n      freshdesk_category_id: '\u003c%freshdesk-category-id%\u003e'\n    -\n      crowdin_language_code: '\u003c%crowdin-two-letters-code%\u003e'\n      freshdesk_category_id: '\u003c%freshdesk-category-id%\u003e'\n```\n\n## Supported Rubies\n\nTested with the following Ruby versions:\n\n- MRI 2.2.0\n- JRuby 9.0.0.0.pre2\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License and Author\n\nAuthor: Anton Maminov (anton.maminov@gmail.com)\n\nCopyright: 2015 [crowdin.com](http://crowdin.com/)\n\nThis project is licensed under the MIT license, a copy of which can be found in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Ffci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamantoha%2Ffci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Ffci/lists"}