Skip to main content

Library for creating projectZ bots and scripts.

Project description

Library Information
Library Documentation GitHub
More info
Telegram Channel YouTube channel Discord Server

projectZ.py

Library for working with projectZ servers, below you will see code examples, for more examples see the documentation or the examples folder

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.py-1.1.6.8.tar.gz (21.2 kB view hashes)

Uploaded Source

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