IRC channel for the Nikita project

Alexander Alemayhu alexander at alemayhu.com
Sat Feb 18 02:12:35 CET 2017


On Fri, Feb 17, 2017 at 01:26:54PM +0100, Alexander Alemayhu wrote:
> Maybe we can use KGB[0]? If there is no objections I can try setting it
> up tomorrow.
>
KGB was too complicated, using Luvit IRC Activity Bot[0] instead.
With the following config and service:

scanf at frida:~/luvit-irc-activity-bot$ cat config.lua 
return {
        server = "eu.freenode.net",
        nick = "nikita-noark5-bot",
        channels = {
                "#nikita"
        },
        github = {
                repos={"HiOA-ABI/nikita-noark5-core"}
        }
}
scanf at frida:~/luvit-irc-activity-bot$ cat nikita-bot.service 
[Unit]
Description=Nikita bot
Wants=network-online.target
After=network-online.target

[Service]
WorkingDirectory=/home/scanf/luvit-irc-activity-bot
ExecStart=/home/scanf/luvit .
Type=simple
User=scanf

[Install]
WantedBy=multi-user.target

[0]: https://github.com/squeek502/luvit-irc-activity-bot
-- 
Mit freundlichen Grüßen

Alexander Alemayhu


More information about the nikita-noark mailing list