Skip to content

An unofficial wrapper for nekos.life api with proxy support.

License

Notifications You must be signed in to change notification settings

Blank-c/NekosLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nekoslife

An unofficial wrapper for nekos.life api with proxy support.

PyPI - Downloads PyPI - Version GitHub Workflow Status (event)

Installation:

pip install nekoslife

Usage:

from nekoslife import Life

life = Life()

async def func():
    data = await life.img_neko()
    return data.get("url")

To use proxy:

life = Life(proxy= True)

List of available modules:

life = Life()
print(life._endpoints)

Features:

  • Fully Asynchronous.
  • Proxy Support.
  • Easy to use.
  • Lightweight.
  • Fast even with proxy.

About

An unofficial wrapper for nekos.life api with proxy support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages