tapioca-gather


Nametapioca-gather JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/pyanderson/tapioca-gather
Summarygather API wrapper using tapioca
upload_time2023-03-13 03:10:11
maintainer
docs_urlNone
authorAnderson de Sousa Lima
requires_python
licenseMIT
keywords gather
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Tapioca gather
==============

Installation
------------

::

   pip install tapioca-gather

Documentation
-------------

`Gather HTTP API
Documentation <https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444>`__

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``)

.. code:: python

   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 <http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html>`__
-  Explore this package using iPython
-  Have fun!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyanderson/tapioca-gather",
    "name": "tapioca-gather",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gather",
    "author": "Anderson de Sousa Lima",
    "author_email": "anderson.sl93@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/55/a1f821552e8df5189eed995a67e32e0eb1e0bb4e13f2c534b3b16793fba0/tapioca-gather-0.0.2.tar.gz",
    "platform": null,
    "description": "Tapioca gather\n==============\n\nInstallation\n------------\n\n::\n\n   pip install tapioca-gather\n\nDocumentation\n-------------\n\n`Gather HTTP API\nDocumentation <https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444>`__\n\nAuth\n~~~~\n\nGenerate your ``API_KEY`` here: https://gather.town/apiKeys\n\nUsage\n~~~~~\n\nNOTE: forward slashes in ``space_id`` need to be replaced by backslashes\n(e.g.\u00a0``dkj63wrer8/spaceName`` becomes ``dkj63wrer8\\spaceName``)\n\n.. code:: python\n\n   from tapioca_gather import Gather\n\n   api = Gather(api_key=API_KEY)\n   space_id = 'dkj63wrer8\\\\spaceName'\n\n   assignment = api.game_server_assignment(space_id=space_id).get()\n   print(assignment().data)\n   wss://engine-aaaaa.aaa0-a.prod.do.gather.town:443/\n\n   space = api.space(space_id=space_id).get()\n   print(space().data['level'])\n   1\n\nNo more documentation needed.\n\n-  Learn how Tapioca works\n   `here <http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html>`__\n-  Explore this package using iPython\n-  Have fun!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gather API wrapper using tapioca",
    "version": "0.0.2",
    "split_keywords": [
        "gather"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8824a7bc5703e8361c89ec2d4fba9975a5e583f781ff5d9e308018b5763d92f3",
                "md5": "7e69a872342674cb1db422f3a28a2410",
                "sha256": "b12e72991f937aaf829b4c39a0617edb267031804d494f28e867d6155e8455bd"
            },
            "downloads": -1,
            "filename": "tapioca_gather-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e69a872342674cb1db422f3a28a2410",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3927,
            "upload_time": "2023-03-13T03:10:09",
            "upload_time_iso_8601": "2023-03-13T03:10:09.282966Z",
            "url": "https://files.pythonhosted.org/packages/88/24/a7bc5703e8361c89ec2d4fba9975a5e583f781ff5d9e308018b5763d92f3/tapioca_gather-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1155a1f821552e8df5189eed995a67e32e0eb1e0bb4e13f2c534b3b16793fba0",
                "md5": "fca641a4b1c08b0ebfa5ef30a881f3b9",
                "sha256": "f7ac3ced315d3b7666b76cf06d64c6ea4de39e4454021d75900db766f2425bed"
            },
            "downloads": -1,
            "filename": "tapioca-gather-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fca641a4b1c08b0ebfa5ef30a881f3b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3941,
            "upload_time": "2023-03-13T03:10:11",
            "upload_time_iso_8601": "2023-03-13T03:10:11.229042Z",
            "url": "https://files.pythonhosted.org/packages/11/55/a1f821552e8df5189eed995a67e32e0eb1e0bb4e13f2c534b3b16793fba0/tapioca-gather-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 03:10:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pyanderson",
    "github_project": "tapioca-gather",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tapioca-gather"
}
        
Elapsed time: 0.05589s