An open API service indexing awesome lists of open source software.

https://github.com/sopel-irc/sopel-help

Help plugin for Sopel
https://github.com/sopel-irc/sopel-help

Last synced: 7 months ago
JSON representation

Help plugin for Sopel

Awesome Lists containing this project

README

        

==========
sopel-help
==========

Sopel plugin ``.help`` command::

[Exirel]: .help help
[Sopel]: Generate help for Sopel's commands.
[Sopel]: e.g. .help help or .help

Install
=======

The recommanded way to install this plugin is to use ``pip``::

$ pip install sopel-help

Note that this plugin requires Python 3.8+ and Sopel 7.1+.

Configure
=========

As with many other plugins, you can use ``sopel-config`` to launch the
configuration wizard, like so::

$ sopel-plugins configure help

Don't forget to use the ``-c `` option to select the right config.

Providers
=========

There are several providers built-in with this plugin:

* ``base`` (the default): basic provider; it outputs help directly to the user
* ``local``: it generates an HTML file and outputs an URL; you have to
install and configure your own origin server to serve that file
* ``clbin``, ``0x0``, ``termbin``: all these providers post a plain-text file
to a pastebin service and then output the resulting URL