sopel-irc / sopel-meetbot

The `meetbot` plugin shipped as part of Sopel before 8.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sopel-meetbot

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!

Installation

Place meetbot.py into ~/.sopel/plugins/

Configuration

[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.

Special thanks

All contributors to the original meetbot plugin for Sopel.

About

The `meetbot` plugin shipped as part of Sopel before 8.0

License:Other


Languages

Language:Python 100.0%