Skip to main content

No project description provided

Project description

aiorezka

Installation

pip install aiorezka

Usage/Examples

from aiorezka.api import RezkaAPI
from aiohttp import ClientSession
import asyncio

async def main():
    async with ClientSession() as session:
        datails = await RezkaAPI(session).detail.get(
            'https://rezka.ag/cartoons/comedy/2136-rik-i-morti-2013.html'
        )
        print(datails)

asyncio.run(main())

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

aiorezka-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

aiorezka-0.1.0-py3-none-any.whl (8.0 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