Skip to content

Commit

Permalink
Initial import of plugin file from upstream
Browse files Browse the repository at this point in the history
Taken from a work-in-progress branch, part of sopel-irc/sopel#2471

Exact commit: 13b93895e56e1e61f72187971e4a5c65acf7c076
(not expected to be merged, so the file and its source information will
have to be updated once that PR is finished)
  • Loading branch information
dgw committed Jun 16, 2023
0 parents commit 8edd08e
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# sopel-reddit

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).
Loading

0 comments on commit 8edd08e

Please sign in to comment.