A Sopel IRC bot plugin for handling user added quotes with MySQL storage.
Note: This package was previously published as
sopel-modules.quotes. Please update your dependencies to usesopel-quotesinstead.
pip install sopel-quotes# Debian/Ubuntu
apt-get install libmysqlclient-dev[quotes]
db_host = localhost
db_user = quotes
db_pass = your_password
db_name = quotes.quote <key> = <value>
.quoteadd <key> = <value>
.quote # Random quote
.quote <key> # Specific quote
.match <pattern> # Search for keys matching pattern
.quotedel <key>
.quotedelete <key>
- Sopel 8.0+
- Python 3.8+
- MySQL/MariaDB database
MIT License