nekoslife

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


Keywords
nekoslife
License
MIT
Install
pip install nekoslife==0.0.1

Documentation

Nekoslife

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

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