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-1.1.7.2.tar.gz
(10.0 kB
view details)
Built Distribution
File details
Details for the file projectZ-1.1.7.2.tar.gz
.
File metadata
- Download URL: projectZ-1.1.7.2.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 939a1c7d7367b4c4be9fdb78a986a12cf219fb3f83f7c06bbd9ea6534f9a83a3 |
|
MD5 | 21a440738574977f24927a304e76d4c5 |
|
BLAKE2b-256 | 3fabc75932b31846779790d3ffeb64660e38cc07ee4af32f6c7283e5538be332 |
File details
Details for the file projectZ-1.1.7.2-py3-none-any.whl
.
File metadata
- Download URL: projectZ-1.1.7.2-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82b1bfc43f4f3d7080de5a703485e8e93ac569d0b6e60c38b14cf9af1d4f02a3 |
|
MD5 | 47ed02f27f537bde7f0bcb64c634e1b4 |
|
BLAKE2b-256 | 575a480fcb1168c5024e9cc8d12774a28379848e707be27c3e052d73c30a3064 |