Skip to main content

Library for creating projectZ bots and scripts.

Project description

GitHub release licence pypi docs

Sponsor project
Installation

Git

pip install git+https://github.com/xXxCLOTIxXx/projectZ.py.git

pypi

pip install projectZ


Using

Login example

import projectZ

client = projectZ.Client()
client.login(email='email', password='password')



Async login example

import projectZ
import asyncio


client = projectZ.AsyncClient()
async def main():
	await client.login(email='email', password='password')

if __name__ == '__main__':
	loop = asyncio.get_event_loop()
	loop.run_until_complete(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

projectZ-1.1.7.2.1.4.tar.gz (18.8 kB view hashes)

Uploaded Source

Built Distribution

projectZ-1.1.7.2.1.4-py3-none-any.whl (23.6 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