Metadata-Version: 2.4
Name: sopel-pets
Version: 1.0.0
Summary: A Sopel IRC bot plugin for posting random pet pictures
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-pets
Project-URL: Bug Tracker, https://github.com/RustyBower/sopel-pets/issues
Keywords: sopel,plugin,bot,irc,pets,cats,dogs
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: sopel>=8
Requires-Dist: sqlalchemy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: license-file

# sopel-pets

A Sopel IRC bot plugin for posting random pet pictures in the channel.

## Installation

```bash
pip install sopel-pets
```

## Usage

### Cats

```
.meow              - Post a random cat picture
.meow add <url>    - Add a cat picture URL
.meow delete <url> - Delete a cat picture URL
```

### Dogs

```
.woof              - Post a random dog picture
.woof add <url>    - Add a dog picture URL
.woof delete <url> - Delete a dog picture URL
```

## Requirements

- Sopel 8.0+
- Python 3.8+

## License

MIT License
