Skip to content

pyanderson/tapioca-gather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapioca Gather

Installation

pip install tapioca-gather

Documentation

Gather HTTP API 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!

About

Gather API wrapper using tapioca

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors