https://github.com/sopel-irc/sopel-meetbot
The `meetbot` plugin shipped as part of Sopel before 8.0
https://github.com/sopel-irc/sopel-meetbot
Last synced: 3 months ago
JSON representation
The `meetbot` plugin shipped as part of Sopel before 8.0
- Host: GitHub
- URL: https://github.com/sopel-irc/sopel-meetbot
- Owner: sopel-irc
- License: other
- Created: 2023-06-16T03:02:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T06:06:58.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:36:56.279Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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
```ini
[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](https://github.com/sopel-irc/sopel/commits/master/sopel/modules/meetbot.py).