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.2.10.tar.gz
(11.0 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.2.10-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file gjt-2.2.10.tar.gz.
File metadata
- Download URL: gjt-2.2.10.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48edde157730ffe1325871ec006a29a5ba6aaf8c3f4b9054e411c1719c8f38b7
|
|
| MD5 |
7ebcacc9ce7dbf9421e9aa0eb063d175
|
|
| BLAKE2b-256 |
29b74b0ba2af4f8ba4d02a5e46e027d9a97e7e573ab16ce97321ea879efec234
|
File details
Details for the file gjt-2.2.10-py3-none-any.whl.
File metadata
- Download URL: gjt-2.2.10-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19923356b05f0b681e2add467586acfbadd8c91d84d50ff0d573fe13d4ffd0d
|
|
| MD5 |
b6086b41aaf1100becb824c38f717a44
|
|
| BLAKE2b-256 |
e5545c21afe3e9b4315b267d728080f4180373c519701400e8f557d856622fd1
|