Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nekoslife-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

nekoslife-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page