8000 GitHub - xXxCLOTIxXx/nz-ua.py: Library for interacting with the site nz.ua (school homework) in python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xXxCLOTIxXx/nz-ua.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nz-ua

GitHub release licence pypi docs

More info
Telegram Channel YouTube channel Discord Server

Library for working with nz ua servers

Login example

import nz
import asyncio
client = nz.Client()

async def main():
	info = await client.login('user_name', 'password')
	print(info.json)


if __name__ == '__main__':
	loop = asyncio.get_event_loop()
	loop.run_until_complete(loop.create_task(main()))

About

Library for interacting with the site nz.ua (school homework) in python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0