{"id":29622840,"url":"https://github.com/zyxdevs/simplytranslate-web","last_synced_at":"2026-02-06T12:17:30.269Z","repository":{"id":237424281,"uuid":"711526877","full_name":"zYxDevs/SimplyTranslate-Web","owner":"zYxDevs","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-29T14:42:46.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T14:55:39.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zYxDevs.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":"2023-10-29T14:42:33.000Z","updated_at":"2023-10-29T14:42:53.000Z","dependencies_parsed_at":"2024-05-01T17:18:41.416Z","dependency_job_id":"a6237399-173b-4cae-885e-bbd5c7fa100a","html_url":"https://github.com/zYxDevs/SimplyTranslate-Web","commit_stats":null,"previous_names":["zyxdevs/simplytranslate-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zYxDevs/SimplyTranslate-Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYxDevs%2FSimplyTranslate-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYxDevs%2FSimplyTranslate-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYxDevs%2FSimplyTranslate-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYxDevs%2FSimplyTranslate-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zYxDevs","download_url":"https://codeload.github.com/zYxDevs/SimplyTranslate-Web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zYxDevs%2FSimplyTranslate-Web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266241373,"owners_count":23898066,"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":[],"created_at":"2025-07-21T04:37:18.143Z","updated_at":"2026-02-06T12:17:30.184Z","avatar_url":"https://github.com/zYxDevs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimplyTranslate Web\n\nThis is a simple web interface for SimplyTranslate\n\n## List of Instances\nYou can find a list of instances here: [SimplyTranslate Project Page](https://simple-web.org/projects/simplytranslate.html)\n\nIf you want to integrate a list of instances in your project, you can use this endpoint to always have an up-to-date list of all instances known to us: [https://simple-web.org/instances/simplytranslate](https://simple-web.org/instances/simplytranslate)\n\n\nIf you want to add your own instance here, please either send me an email directly to simpleweb@metalune.xyz or tell us about it in our IRC channel #simple-web on [Libera.Chat](https://libera.chat)\n\n## How to install/use\n\n### Clone the repository\n```sh\ngit clone https://codeberg.org/SimpleWeb/SimplyTranslate-Web\ncd SimplyTranslate-Web\n```\n\n### Install the dependencies\n```sh\npip install -r requirements.txt\n```\n\n### Run the main.py\n```sh\n# Directly\npython3 main.py\n# Using uvicorn\nuvicorn main:app --port 5000\n```\n\n### Configuration\nYou can configure SimplyTranslate by editing these files:\nEither this in the project directory:\n```\nconfig.conf\n```\nShared Between all supported SimplyTranslate Frontends (like SimplyTranslate-Gemini):\n```\n/etc/simplytranslate/shared.conf\n```\nConfiguration file specifically for this frontend:\n```\n/etc/simplytranslate/web.conf\n```\nOr if you want to specify your own config file path you can just pass the argument `-c` or `--config`\n\n## How to contribute\n1. Setup git-email: https://git-send-email.io\n2. Clone the repo you want: `git clone https://codeberg.org/SimpleWeb/SimplyTranslate-Web`\n3. Branch it: `git checkout -b my-cool-changes`\n4. Add your changes: `git add .` and commit them `git commit -m \"My Cool Changes\"`\n5. Set mail-to: `git config sendemail.to '~metalune/simplytranslate-devel@lists.sr.ht'`\n6. Send your commit: `git send-email master`\n\n## API\n[Documentation](./api.md)\n\n## Contact\n\nTo get in contact with the developers, visit us on the #simple-web IRC channel on [Libera.Chat](https://libera.chat)\n\n## Legal Notice\nSimplyTranslate does not host any content. All content on SimplyTranslate is from Google Translate, DeepL, ICIBA, Reverso and LibreTranslate. SimplyTranslate is not affiliated with Google Translate, DeepL, ICIBA, Reverso or LibreTranslate that SimplyTranslate relays.\n\nTrademarks belong to their respective owners. Google Translate is a trademark of Google LLC. DeepL is a trademark of DeepL SE. Reverso is a trademark of Reverso. LibreTranslate is a trademark of LibreTranslate.\n\nThe creators of this repository assume no liability for the accuracy and timeliness of any information provided above. Trademark owner information was researched to the best of the author's knowledge at the time of curation and may be outdated or incorrect.\n\n## License\n\nSimplyTranslate-Web is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nSimplyTranslate-Web is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyxdevs%2Fsimplytranslate-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyxdevs%2Fsimplytranslate-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyxdevs%2Fsimplytranslate-web/lists"}