Metadata-Version: 2.4
Name: sopel-urban
Version: 2.0.0
Summary: A Sopel IRC bot plugin for Urban Dictionary lookups
Author-email: Rusty Bower <rusty@rustybower.com>
Maintainer-email: Rusty Bower <rusty@rustybower.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/RustyBower/sopel-urban
Project-URL: Bug Tracker, https://github.com/RustyBower/sopel-urban/issues
Keywords: sopel,plugin,bot,irc,urban,dictionary
Platform: Linux x86, x86-64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: sopel>=8
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: license-file

# sopel-urban

A Sopel IRC bot plugin for Urban Dictionary lookups.

> **Note:** This package was previously published as `sopel-modules.urban`.
> Please update your dependencies to use `sopel-urban` instead.

## Installation

```bash
pip install sopel-urban
```

## Usage

```
.urban <term>      - Look up a term on Urban Dictionary
.urban <term>/2    - Get the 2nd definition (1-10)
.ud <term>         - Alias for .urban
```

### Examples

```
.urban yeet
[urban] yeet - To discard an item at high velocity

.urban fronking/2
[urban] fronking - (2nd definition)
```

## Requirements

- Sopel 8.0+
- Python 3.8+

## License

MIT License
