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
Release history Release notifications | RSS feed
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.3.tar.gz
(15.8 kB
view details)
File details
Details for the file projectZ.py-1.1.6.3.tar.gz
.
File metadata
- Download URL: projectZ.py-1.1.6.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b8205c7d104f5f6117c281fbd5c3c76f20ea8bf4a91435bd9d2bae4b23e0680 |
|
MD5 | 518c2571b4179fd21e447b3bc642ac88 |
|
BLAKE2b-256 | 1a9d1448a94b7199230c086b7de3966ac75ffd54fdfbe06de834be6e5c5e7d3a |