Skip to content
Snippets Groups Projects
Name Last commit Last update
LICENSE
README.md
go.mod
go.sum
main.go

Follow a StudOn/ILIAS forum feed, and announce new threads in an IRC channel.

Building

With Go installed, run

 go get
 go build

to install all dependencies and build the binary.

Running

When running the generated binary, three flags are obligarity:

  • nick: Specifies both IRC username and nickname
  • chan: Specifies what channel to join (currently only one)
  • serv: Specifies what server to connect to. Requires host name and port number.

All following arguments are interpreted as RSS feeds, and assumed to be generated by a StudOn/ILIAS forum.

Meta

The source code for this program has been released into the public domain. The source code can be found on the FAU CS GitLab.