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

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

Awesome Lists containing this project

README

        

[![Python Tests](https://github.com/sopel-irc/sopel-bucket/actions/workflows/python-tests.yml/badge.svg?branch=master)](https://github.com/sopel-irc/sopel-bucket/actions/workflows/python-tests.yml)
[![PyPI version](https://badge.fury.io/py/sopel-modules.bucket.svg)](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
```