Python library to interact with Goodgame Empire websocket server.
Project description
Green Jasmine Tea (gjt)
A python library to connect and interact with Goodgame Empire websocket servers
Authors:
Deployment
To install this library run
pip install gjt
Demo
from gjt import connect_to_websocket, login_to_account
async def main():
async with connect_to_websocket("PL1") as ws:
print("Connected with websocket")
await login_to_account("Account", "Password")
# Sending a JSON Message
data = await ws.send_json("gcm", json_data, True)
print(data) # {"S": {"TT": 100, "PT": 0}}
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
gjt-2.0.1.tar.gz
(7.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gjt-2.0.1-py3-none-any.whl
(8.2 kB
view details)
File details
Details for the file gjt-2.0.1.tar.gz.
File metadata
- Download URL: gjt-2.0.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc44b333e719909f035ac37bf91155fd7eb72717d19397bb7267537e61cbcdb
|
|
| MD5 |
c82c9fcccbcf204638047c315895507c
|
|
| BLAKE2b-256 |
cd0e04d09e92bf7f3e123283991004790e4d9f5fd3d178cca4722fdf7ad62efc
|
File details
Details for the file gjt-2.0.1-py3-none-any.whl.
File metadata
- Download URL: gjt-2.0.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b99eb0c3e937b5499a51845fdba18c77926b11a626e691ffebd420d20a824bc2
|
|
| MD5 |
0e5d88915786b1034ae66c10cb8befa2
|
|
| BLAKE2b-256 |
9547ffc29eccd40ef97d679a6647cbd6d052010b0bdd04d140a7f3f8e739ddab
|