FactoCord
What is it?FactoCord is a Discord bot built in golang that acts as a bridge bot between your Factorio in-game chat on your server and your Discord channel.
https://github.com/FactoKit/FactoCord
Lemme know what you think of it and if you have any issues please let me know either here or on the repo's issues page.
Thank you!
How does it work?
It basically acts like a wrapper for the Factorio server, the output that you see in the console is written to a log file within the same directory as the program and then tailed to allow the program to send the in-game chat to the channel on Discord.To allow chat messages from discord to be sent to in-game, the Standard Input uses a pipe that allows the chat to be sent as input to the console, but because of this in the current release it unfortunately doesn't allow direct input from the console window (meaning you can't type commands within the console window directly anymore); however, in a future release I will be aiming to fix this problem.