https://github.com/itrich/quotemaubot
Maubot plugin to answer with a random quote from a configurable list
https://github.com/itrich/quotemaubot
Last synced: about 1 month ago
JSON representation
Maubot plugin to answer with a random quote from a configurable list
- Host: GitHub
- URL: https://github.com/itrich/quotemaubot
- Owner: itrich
- License: mit
- Created: 2023-01-26T09:11:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T13:00:53.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:41:32.294Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuoteMaubot
Maubot plugin to answer with a random quote from a configurable list
## Setup
Add your quotes to the `basic-configuration.yaml` under the corresponding keys. You can also change the base-config.yaml from within the Maubot Manager after you created the instance.
```
quotes:
oscarwilde:
- "Be yourself; everyone else is already taken."
- "To live is the rarest thing in the world. Most people exist, that is all."
einstein:
- "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe."
- "I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."
```
To request a random quote, simply use `!quote `, e.g. `!quote einstein`.