Meetbot is an IRC bot that takes meeting notes during meetings. Note: as of this writing (2024Q3) it is not currently running, although the Limnoria bot framework it uses (formerly supybot) is running with some other plug-ins enabled.
The code originated from Debian's MeetBot but a recent fork is hcoop_meetbot.
Use
The bot joins various IRC channels as user Inigo_Montoya and offers several services besides meeting assistance. Sending help in a private query will respond with some information. Meeting logs are available at https://meetbot.mageia.org/.
Deployment
The code runs as user irc_bots on the host meetbot.mageia.org. It is started with something like "cd ~/bots/Inigo_Montoya && supybot ./Inigo_Montoya.conf" via some means TBD (manually?).
Logs are written to ~irc_bots/bots/Inigo_Montoya/logs/messages.log
It is configured in ~irc_bots/bots/Inigo_Montoya/ These files are not in Puppet as of this writing, and adding them is problematic, as the bot itself modifies and writes to them at run-time in response to user commands.
Meeting logs are stored in ~irc_bots/meetings/ which is where the vhost gets the data to serve.