Metadata-Version: 2.1
Name: revoltbots.py
Version: 0.0.1
Summary: A small package for the revoltbots api!
Author-email: Xynnix <admin@revoltbots.org>
Project-URL: Homepage, https://github.com/revoltbots/revoltbots.py
Project-URL: Bug Tracker, https://github.com/revoltbots/revoltbots.py/issues
Description-Content-Type: text/markdown
License-File: LICENSE

# RevoltBots.py
For Use with the Lewds image API!


## Installation
```bash
pip3 install revoltbots.py
```

## API Keys:
```env
# .env
RBL_API_KEY=[REPLACE_WITH_YOUR_OWN_KEY]
```

## Example Usage:
```py
from revoltbots import RBL
RBL = RBL.Client(Key="APIKEY")

def test():
    """ POST Stats """
resultz = LewdsAPI).nsfw("ass")
print("{name}".format(name=resultz))
```

### Join the  [Discord Server](https://discord.lewds.fun)
