The meetbot plugin formerly shipped with Sopel prior to version 8.0.
Note: Not super actively maintained. Open an issue if you're interested in taking over this particular piece of the project!
Place meetbot.py into ~/.sopel/plugins/
[meetbot]
meeting_log_path = ~/www/meetings
# Path to where the plugin should store meeting logs.
# Intended to be served by a webserver (Apache, Nginx, etc.)
meeting_log_baseurl = https://example.com/~sopel/meetings
# Where the above path can be accessed via HTTP(S)
# (omit trailing slash)
# This will be used to build links to the finished meeting logs.All contributors to the original meetbot plugin for
Sopel.