{"id":20554285,"url":"https://github.com/iipoliii/factorioservermanager","last_synced_at":"2025-07-30T09:05:17.429Z","repository":{"id":64935247,"uuid":"197605124","full_name":"IIPoliII/FactorioServerManager","owner":"IIPoliII","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-18T21:31:07.000Z","size":15321,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T07:17:04.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/IIPoliII.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":"2019-07-18T14:42:49.000Z","updated_at":"2022-12-18T19:35:26.000Z","dependencies_parsed_at":"2023-01-29T20:01:31.468Z","dependency_job_id":null,"html_url":"https://github.com/IIPoliII/FactorioServerManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IIPoliII/FactorioServerManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIPoliII%2FFactorioServerManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIPoliII%2FFactorioServerManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIPoliII%2FFactorioServerManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIPoliII%2FFactorioServerManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IIPoliII","download_url":"https://codeload.github.com/IIPoliII/FactorioServerManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IIPoliII%2FFactorioServerManager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842979,"owners_count":24153133,"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-30T02:00:09.044Z","response_time":70,"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-11-16T02:48:10.709Z","updated_at":"2025-07-30T09:05:17.377Z","avatar_url":"https://github.com/IIPoliII.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003eFactorio Server Manager - a Continuation of the \u003ca href=\"https://github.com/FactoKit/FactoCord\"\u003eFactocord\u003c/a\u003e - Factorio to Discord bridge bot for Linux\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/thecmdradama/FactoCord-2.0\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/thecmdradama/FactoCord-2.0\" alt=\"Go Report Card\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Running\n*Make sure you have your .env file in the same directory as the executable/binary, you can use .envexample the template*\n\nThere are two ways of starting FactoCord\n\n1. Using the start.sh bash script (bash start.sh or ./start.sh) (make sure you chmod +x the script first)\n2. Manually running the binary (./FactoCord) Note: File must be in CamelCase... \n\n# Installing as a service\n\nTo install FactoCord as a service so that it can run on startup, you can use the provided service.sh\n\n*Note you must run service.sh as root/sudo to install it as a service*\n\nExample of running service.sh:\n`./service.sh factorio /home/facotrio/factocord/`\n\n\n# Compiling\n\n`Requires go 1.8 or above`\n\nFactoCord uses the following packages:\n\n- [DiscordGo](https://github.com/bwmarrin/discordgo)\n- [godotenv](https://github.com/joho/godotenv/)\n- [tails](https://github.com/hpcloud/tail)\n\nYou will need to add these lib as go get:\n\n- `go get github.com/bwmarrin/discordgo`\n- `go get github.com/joho/godotenv`\n- `go get github.com/hpcloud/tail/...`\n\nTo compile just do `go build`\n\n\n# Error reporting\n\nWhen FactoCord encounters an error will log to error.log within the same directory as itself.\n\nIf you are having an issue make sure to check the error.log to see what the problem is.\n\nIf you are unable to solve the issue yourself, please post an issue containing the error.log and I will review and attempt to solve what the problem is.\n\n\n# Screenshots\n\n\u003cp\u003e\u003cimg src=\"https://i.imgur.com/nrPMtBK.png\" alt=\"list of commands\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"http://i.imgur.com/dztOTrk.png\" alt=\"in-game chat being sent to discord, notice how you can mention discord members\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"http://i.imgur.com/Npl0vBb.png\" alt=\"discord chat being sent to in-game\"\u003e\u003c/p\u003e\n\n\nSpecial thanks again to FMCore for creating the initial FactoCord project. https://github.com/FactoKit/FactoCord\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiipoliii%2Ffactorioservermanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiipoliii%2Ffactorioservermanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiipoliii%2Ffactorioservermanager/lists"}