Skip to content

dark0ghost/CatParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CatParser

library that allows you to download a random photo or gif with a cat. service

how use

from CatParser import CatApi
import aiohttp


async def main():
 session = aiohttp.ClientSession()
 cat = CatApi(session=session)
 print(await cat.get_photo())
 # jpg or gif or png

file path:"./staticfile/cat.jpg"

aiohttp>=3 python>=3.7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages