{"id":19457910,"url":"https://github.com/sharparam/cybersyn-combinator","last_synced_at":"2026-02-01T04:09:00.508Z","repository":{"id":147937424,"uuid":"617580222","full_name":"Sharparam/cybersyn-combinator","owner":"Sharparam","description":"Factorio mod adding a specialized combinator for the Project Cybersyn mod","archived":false,"fork":false,"pushed_at":"2025-05-06T17:56:47.000Z","size":1240,"stargazers_count":5,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T18:49:09.455Z","etag":null,"topics":["addon","cybersyn","factorio","hacktoberfest","lua","mod"],"latest_commit_sha":null,"homepage":"https://mods.factorio.com/mod/cybersyn-combinator","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sharparam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"community_bridge":null,"github":["Sharparam"],"issuehunt":null,"ko_fi":"sharparam","liberapay":"Sharparam","open_collective":null,"otechie":null,"patreon":null,"tidelift":null,"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=5SCGZ5FTAQM38\u0026currency_code=EUR"]}},"created_at":"2023-03-22T17:21:53.000Z","updated_at":"2025-05-06T17:56:52.000Z","dependencies_parsed_at":"2024-11-23T16:25:58.480Z","dependency_job_id":"802139ef-505c-4047-802a-f0c8d9e68d51","html_url":"https://github.com/Sharparam/cybersyn-combinator","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/Sharparam/cybersyn-combinator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcybersyn-combinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcybersyn-combinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcybersyn-combinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcybersyn-combinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharparam","download_url":"https://codeload.github.com/Sharparam/cybersyn-combinator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcybersyn-combinator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28967113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["addon","cybersyn","factorio","hacktoberfest","lua","mod"],"created_at":"2024-11-10T17:24:33.899Z","updated_at":"2026-02-01T04:09:00.492Z","avatar_url":"https://github.com/Sharparam.png","language":"Lua","funding_links":["https://github.com/sponsors/Sharparam","https://ko-fi.com/sharparam","https://liberapay.com/Sharparam","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=5SCGZ5FTAQM38\u0026currency_code=EUR"],"categories":[],"sub_categories":[],"readme":"# Cybersyn Combinator\n\n[![Build status][build-badge]][build]\n[![Latest release][release-badge]][release]\n[![Version on mod portal][mod-portal-ver-badge]][mod]\n[![Factorio version][factorio-ver-badge]][mod]\n\nA mod for Factorio that adds a special combinator for use with the [Project Cybersyn][cybersyn] mod.\n\nFor more information on the mod features, check out the [information file](src/information.md).\n(The text in the information file is what's used for the mod portal description.)\n\n## Usage\n\n 1. Install mod\n 2. Craft the new \"Cybersyn constant combinator\"\n 3. Place it like you would a regular constant combinator\n 4. Configure the signals in it\n 5. Hook it up to a Cybernetic combinator from [the Project Cybersyn mod][cybersyn]\n 6. You're done!\n\n## Development\n\n 1. Clone repo somewhere.\n 2. Symlink to the `src` folder from your Factorio mods folder\n\n    Linux example:\n\n    ```sh\n    ln -s ~/repos/github.com/Sharparam/cybersyn-combinator/src ~/factorio/mods/cybersyn-combinator\n    ```\n\n    Windows example (powershell):\n\n    ```pwsh\n    New-Item -ItemType SymbolicLink -Path \"$env:USERPROFILE\\factorio\\mods\\cybersyn-combinator\" -Value \"$env:USERPROFILE\\repos\\github.com\\Sharparam\\cybersyn-combinator\\src\"\n    ```\n  3. Open the repo folder in VS Code or your favourite editor\n  4. Hack away!\n\nSee the [CONTRIBUTING][] document for more information on developing/contributing!\n\n## Acknowledgements\n\nA lot was gained from looking at how the [LTN Combinator Modernized][ltnc] mod does things, so big thanks are due to that mod for getting up and running with the Cybersyn version.\n\n## License\n\nCopyright © 2023-2025 by [Adam Hellberg][sharparam].\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n\n[mod]: https://mods.factorio.com/mod/cybersyn-combinator\n[mod-portal-ver-badge]: https://img.shields.io/badge/dynamic/json.svg?label=mod%20portal\u0026url=https%3A%2F%2Fmods.factorio.com%2Fapi%2Fmods%2Fcybersyn-combinator\u0026query=%24.releases%5B-1%3A%5D.version\u0026colorB=%23a87723\n[factorio-ver-badge]: https://img.shields.io/badge/dynamic/json.svg?label=factorio%20version\u0026url=https%3A%2F%2Fmods.factorio.com%2Fapi%2Fmods%2Fcybersyn-combinator\u0026query=%24.releases%5B-1%3A%5D.info_json.factorio_version\u0026colorB=%23a87723\n[build-badge]: https://github.com/Sharparam/cybersyn-combinator/actions/workflows/build.yml/badge.svg\n[build]: https://github.com/Sharparam/cybersyn-combinator/actions/workflows/build.yml\n[release-badge]: https://img.shields.io/github/v/release/Sharparam/cybersyn-combinator\n[release]: https://github.com/Sharparam/cybersyn-combinator/releases/latest\n\n[sharparam]: https://sharparam.com\n[cybersyn]: https://mods.factorio.com/mod/cybersyn\n[ltnc]: https://mods.factorio.com/mod/LTN_Combinator_Modernized\n[contributing]: https://github.com/Sharparam/cybersyn-combinator/blob/main/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fcybersyn-combinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharparam%2Fcybersyn-combinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fcybersyn-combinator/lists"}