Skip to main content

Library for searching answers to school questions.

Project description

RuOtvet

Library for searching answers to school questions in the big count of services.

Installation:

Download library using pip
$ pip3 install ruotvet

Usage example:

from ruotvet import Znanija
import asyncio


async def main():
    for obj in (await Znanija().get_answers("Корень из 121", count=1))[0]:
        print(obj)

loop = asyncio.get_event_loop()
loop.run_until_complete(main())

🤝 Contributing

Feel free to contribute.

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

ruotvet-0.0.4.3.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

ruotvet-0.0.4.3-py3-none-any.whl (13.1 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