An unofficial wrapper for nekos.life api with proxy support.
pip install nekoslife
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)- Fully Asynchronous.
- Proxy Support.
- Easy to use.
- Lightweight.
- Fast even with proxy.