Skip to main content

Weeb.sh API Wrapper, customised for use in discord.py

Project description

# weebapi

![img](https://img.shields.io/pypi/v/weebapi.svg) ![img2](https://img.shields.io/pypi/pyversions/weebapi.svg)

## Pluggable Weeb.sh API Wrapper

### Documentation

**All available documentation can be found here:** [weebapi.readthedocs.io](https://weebapi.readthedocs.io)

### How to install:

**1. With pip**

`pip install -U weebapi`

**2. From GitHub**

`pip install -U git+https://github.com/AndyTempel/weebapi#egg=weebapi`

### Usage:

**With bot integration:**

```python
from discord.ext.commands import Bot
from weebapi import Client

bot = Bot(command_prefix="+")
Client.pluggable(bot=bot, api_key="VeryNiceKey123")

@bot.command()
async def owo(ctx):
image = await bot.weebsh.get_random(image_type="owo")
await ctx.send(str(image))

>>> https://cdn.weeb.sh/images/SklMOkytDb.jpeg
```

**or without bot integration:**

```python
from discord.ext.commands import Bot
from weebapi import Client

bot = Bot(command_prefix="+")
weeb = Client(api_key="VeryNiceKey123")

@bot.command()
async def owo(ctx):
image = await weeb.get_random(image_type="owo")
await ctx.send(str(image))

>>> https://cdn.weeb.sh/images/SklMOkytDb.jpeg
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weebapi-0.1.7b0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distributions

weebapi-0.1.7b0-py3.6.egg (30.4 kB view hashes)

Uploaded Source

weebapi-0.1.7b0-py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page