{"id":15510416,"url":"https://github.com/ananace/factorio_mods","last_synced_at":"2026-06-20T07:31:38.236Z","repository":{"id":143078627,"uuid":"139322451","full_name":"ananace/factorio_mods","owner":"ananace","description":"Ruby gem for managing Factorio and mods","archived":false,"fork":false,"pushed_at":"2020-08-16T16:15:50.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T05:12:12.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ananace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-07-01T11:12:48.000Z","updated_at":"2020-08-16T16:15:52.000Z","dependencies_parsed_at":"2023-04-18T08:47:11.814Z","dependency_job_id":null,"html_url":"https://github.com/ananace/factorio_mods","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ananace/factorio_mods","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffactorio_mods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffactorio_mods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffactorio_mods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffactorio_mods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ananace","download_url":"https://codeload.github.com/ananace/factorio_mods/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffactorio_mods/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34561766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":"2024-10-02T09:48:40.511Z","updated_at":"2026-06-20T07:31:38.213Z","avatar_url":"https://github.com/ananace.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Factorio management gem\n\nThe main focus for this gem is for modding and management of mods, but it contains APIs for more uses than that.\n\n## Installation\n\nInstall it with gem\n\n    $ gem install factorio_mods\n\n## Usage\n\nTODO: Implement thor-based CLI\n\n```ruby\n# Acquire a token\nFactorioMods::Api::WebAuthentication.login 'username', 'password'\n# or\nFactorioMods::Api::WebAuthentication.tap do |auth|\n  auth.username = 'username'\n  auth.token    = 'token'\nend\n\ninstall = FactorioMods::Install.new '~/.factorio'\n# or\ninstall = FactorioMods::Install.discover.first\n\ninstall.mod_manager.install_mod('angelssmelting')\n# You can also specify exact version requirements, with the same method as rubygems version matching\ninstall.mod_manager.install_mod('angelssmelting', version: '~\u003e 2.0')\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ananace/factorio_mods\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananace%2Ffactorio_mods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananace%2Ffactorio_mods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananace%2Ffactorio_mods/lists"}