https://github.com/cgrok/clashroyale
Async + Sync wrapper for royaleapi.com and the CR official API
https://github.com/cgrok/clashroyale
clash-royale-api clashroyale cr-api royaleapi
Last synced: 6 months ago
JSON representation
Async + Sync wrapper for royaleapi.com and the CR official API
- Host: GitHub
- URL: https://github.com/cgrok/clashroyale
- Owner: cgrok
- License: mit
- Created: 2017-12-25T04:08:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T17:40:48.000Z (over 4 years ago)
- Last Synced: 2026-01-05T09:54:57.781Z (7 months ago)
- Topics: clash-royale-api, clashroyale, cr-api, royaleapi
- Language: Python
- Homepage:
- Size: 657 KB
- Stars: 48
- Watchers: 10
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
clashroyale
===========
.. image:: https://img.shields.io/pypi/v/clashroyale.svg
:target: https://pypi.org/project/clashroyale/
:alt: PyPi
.. image:: https://img.shields.io/pypi/pyversions/clashroyale.svg
:target: https://pypi.org/project/clashroyale/
:alt: Supported Versions
.. image:: https://travis-ci.com/cgrok/clashroyale.svg?branch=master
:target: https://travis-ci.com/cgrok/clashroyale
:alt: Travis CI Status
.. image:: https://img.shields.io/github/license/cgrok/clashroyale.svg
:target: https://github.com/cgrok/clashroyale/blob/master/LICENSE
:alt: MIT License
This library is currently an (a)sync wrapper for
https://royaleapi.com and the official Clash Royale API with
great functionality.
Installation
============
Development build
.. code-block:: python
pip install git+https://github.com/cgrok/clashroyale
Stable build
.. code-block:: python
pip install clashroyale
Documentation
=============
Hosted on readthedocs.io (https://clashroyale.readthedocs.io)
Docstrings are written using the `NumpyDoc`_ specification
.. _NumpyDoc: https://github.com/cdgriffith/Box