benny.py

A Python wrapper for Benny's API.


License
MIT
Install
pip install benny.py==1.0.1

Documentation

benny.py

A Python wrapper for Benny's API.

Install

$ pip install benny.py

Example

import benny

client = benny.Client()

cat_image = client.cat()
dog_image = client.dog()

print(cat_image, dog_image)