Skip to content

spinov001-art/catfact-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

catfact-python 🐱

Python client for Cat Facts API. Random cat facts, breed info. No API key needed.

Quick Start

from catfact import CatFactClient

client = CatFactClient()
print(client.random())         # Random cat fact
facts = client.facts(5)        # 5 random facts
breeds = client.breeds(10)     # 10 cat breeds

Methods

Method Description
random() Single random cat fact
facts(limit) Multiple random facts
breeds(limit) Cat breed information

Related Projects

License

MIT


Need a Custom Tool Built?

I build production-ready scrapers, APIs, and data tools — 78+ deployed on Apify, 270+ open-source repos.

📧 spinov001@gmail.com$250 flat rate, 48h delivery. Describe your project, get a free estimate in 2 hours.

🔧 Browse 78+ ready-made tools on Apify →

About

Python client for Cat Facts API — random facts and breed info. No API key needed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages