Gather API wrapper using tapioca
Project description
Installation
pip install tapioca-gather
Documentation
Auth
Generate your API_KEY here: https://gather.town/apiKeys
Usage
NOTE: forward slashes in space_id need to be replaced by backslashes (e.g. dkj63wrer8/spaceName becomes dkj63wrer8\spaceName)
from tapioca_gather import Gather
api = Gather(api_key=API_KEY)
space_id = 'dkj63wrer8\\spaceName'
assignment = api.game_server_assignment(space_id=space_id).get()
print(assignment().data)
wss://engine-aaaaa.aaa0-a.prod.do.gather.town:443/
space = api.space(space_id=space_id).get()
print(space().data['level'])
1
No more documentation needed.
Learn how Tapioca works here
Explore this package using iPython
Have fun!
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
tapioca-gather-0.0.3.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file tapioca-gather-0.0.3.tar.gz
.
File metadata
- Download URL: tapioca-gather-0.0.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b88c07be500195d3e60771f14427d57c660eea719418c9ef0b8e8a5186aef7b |
|
MD5 | 64a7c3684bd551beaaf90cd806936ef4 |
|
BLAKE2b-256 | 3cedab6460b1bf1ff56907a29ae7f86c945f5f292b985642ec0b5f7cd22792af |
File details
Details for the file tapioca_gather-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: tapioca_gather-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b33ee7dd4d5155ad0179bad87d132fc2bdccee7ebb02963a28c1c7a4f0f5314 |
|
MD5 | c721544b03ee0eb8d6301e54c780190e |
|
BLAKE2b-256 | a152f62e8d76a61adb9c8a451a7dbcbcc3983c195f48a9910b233cd92a07d126 |