Bidirectional IRC bridge for Factorio
Project description
FactoIRC is a bidirectional IRC bridge between Factorio and IRC. It comes as a plugin for the irc3 python module.
It can join one or more channels and forward messages back and forth between IRC and Factorio.
Some IRC commands are also provided :
!rcon: Execute an RCON command and return the result.
!players: Get the list of the currently online players.
FactoIRC uses the RCON protocol introduced in Factorio 0.13 to forward messages from IRC to Factorio.
As a result, FactoIRC will not work with Factorio 0.12 and earlier versions.
Forwarding Factorio chat messages to IRC requires access to the Factorio server output which can be done with two methods depending on your setup.
Installation
You’ll need to have Python 3.5 (or later) which can be obtained through your distribution’s package manager or downloaded from https://www.python.org/ (for Windows users).
On Windows, make sure to check the “Add Python 3.x to PATH” checkbox when installing.
Once Python is installed, FactoIRC can be installed using
$ pip3 install factoirc
Configuration
Configuration is done using the config.ini file. A config.example.ini file is provided as an example.
Depending on your setup, you will have to use either the stdin or the systemd method.
Method 1: stdin
This method reads the Factorio output from the standard input stream, it also supports reading from a file via shell redirection.
You will need to connect the Factorio server output to the FactoIRC bot.
This can be achieved using a command such as:
$ factorio --rcon-port=27015 --rcon-password=password --start-server=save.zip | irc3 config.ini
Alternatively, you might want to separate execution of Factorio and the bot using an intermediate log file:
$ factorio ... > log.txt
$ irc3 config.ini < log.txt
Warning: do NOT use the factorio-current.log file created by Factorio, as it does not contain the chat log.
factorio-init users
factorio-init stores the server output in a file named server.out, which you can use as input:
$ irc3 config.ini < /opt/factorio/server.out
Note that the systemd service for factorio-init does not save the output into the journal, so you can’t use the systemd method with it.
Method 2: systemd journal
This method applies only if your Factorio server runs under systemd (only for Linux machines) and its output is stored in the journal.
In this case, FactoIRC can directly read the log from the journal.
You’ll need the following options in your configuration file:
[factoirc]
method = systemd
unit = factorio.service
For this method to work, the python-systemd module is required and can be installed via pip:
$ pip3 install python-systemd
You can then start FactoIRC:
$ irc3 config.ini
Debugging
irc3 can be started with the -v flag to show more log messages (including those generated by FactoIRC).
IRC raw traffic can be shown with -r.
Try irc3 -h for the full list of options.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file factoirc-0.4.tar.gz
.
File metadata
- Download URL: factoirc-0.4.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48f691ef273382572a75bfec093db36c4f269ce9d9a22f3c7af638fd562982e3 |
|
MD5 | c25b3019c93b39b4fd01fa023335b69f |
|
BLAKE2b-256 | 2801a085f0885b10fbe966c304b73ce32c780bc3b2e237e7406ffd37cd9477ca |
File details
Details for the file factoirc-0.4-py3-none-any.whl
.
File metadata
- Download URL: factoirc-0.4-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88c58c2cbef3ebfcfc226ca13b1a7a6204029aec5ed61c1b8be12e2a8b1c9f48 |
|
MD5 | d322d31ffdcda6010155363513d3d928 |
|
BLAKE2b-256 | 3d2c26be81e0e13fdfff29c5461c7504b164bd016cc7db5afe678222ae9235ce |