https://github.com/sopel-irc/sopel-bucket
A working bucket plugin for sopel
https://github.com/sopel-irc/sopel-bucket
bucket sopel sopel-bucket
Last synced: 3 months ago
JSON representation
A working bucket plugin for sopel
- Host: GitHub
- URL: https://github.com/sopel-irc/sopel-bucket
- Owner: sopel-irc
- License: mit
- Created: 2017-05-12T21:02:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T03:08:25.000Z (about 1 year ago)
- Last Synced: 2025-03-06T15:41:54.873Z (4 months ago)
- Topics: bucket, sopel, sopel-bucket
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sopel-irc/sopel-bucket/actions/workflows/python-tests.yml)
[](https://badge.fury.io/py/sopel-modules.bucket)**Maintainer:** [@RustyBower](https://github.com/rustybower)
# Sopel Bucket
Sopel Bucket is a rewritten module from the old Bucket
# Requirements
apt-get install libmysqlclient-dev
# Usage
## Quotes
```
Bot: random quote
Funny Quote
``````
Bot: random user
Another Funny Quote
``````
Bot: remember user2 word
User: Remembered A Third Funny Quote
```## Inventory
```
Bot: you need new things
Bot drops all his inventory and picks up random things instead
``````
Bot: have an item
Bot takes an item but drops another item
``````
Bot: inventory
Bot is carrying an item, another item, a third item
```