Skip to main content

This is the package for api scapper that provides animal images and their facts.

Project description

Animalapi

Animal-api wrapper || Official Discord Server

================================

pip install animalapi

Randomized Animal data

import animalapi as a

data = a.rand_animals()

img = data["image"]

fact = data["fact"]

Specific animal data

import animalapi as a

data = a.animal_data("dog")

img = data["image"]

fact = data["fact"]

print(img)

print(fact)

Currently this package supports these animals:- ["dog","cat","panda","fox","kangaroo","raccoon","bird","red_panda","koala"]

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

animalapi-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

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