Skip to main content

A python wrapper for the Clash of Clans API

Project description

coc.py

Easy to use asynchronous Clash of Clans API wrapper in Python.

Key Features

  • Asynchronous code

  • Entire coverage of the official Clash of Clans API

  • Email/password login removes the stress of managing tokens

  • Optimised for speed and performance

Getting Started

Installing

Python 3.5 or higher is required

# Linux/OS X
python3 -m pip install -U coc.py

# Windows
py -3 -m pip install -U coc.py

# to install the development version:
python3 -m pip install -U git+https://github.com/mathsman5133/coc.py --upgrade

Quick Example

import coc
import asyncio

client = coc.Client('email', 'password')

async def get_some_player(tag):
    player = await client.get_player(tag)

    print(player.name)
    # alternatively,
    print(str(player))

async def get_five_clans(name):
    players = await client.search_clans(name=name, limit=5)
    for n in players:
        print(n, n.tag)

async def main():
    await get_some_player('tag')
    await get_five_clans('name')
    await client.close()

if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())

For more examples see the examples directory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coc.py-0.1.3.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coc.py-0.1.3-py3-none-any.whl (28.7 kB view details)

Uploaded Python 3

File details

Details for the file coc.py-0.1.3.tar.gz.

File metadata

  • Download URL: coc.py-0.1.3.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6

File hashes

Hashes for coc.py-0.1.3.tar.gz
Algorithm Hash digest
SHA256 28c0f29991578ea0f9bcb905559da2813f6333b8d74080da1e9335ab7a2266d3
MD5 c50561e50955073f6463581a0623c78d
BLAKE2b-256 60e8a20bd784cd3d4d92517d8043849f8773b7829dd9e2e5123abca7e44e5220

See more details on using hashes here.

File details

Details for the file coc.py-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: coc.py-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6

File hashes

Hashes for coc.py-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a4b3bb9d52b3bddf3a439c3ff81d4ecfbde7e00ed51df63f534a54232e690d00
MD5 2174ca1e81a8e7f914a14167c53e3dce
BLAKE2b-256 375ee3bbae11ee7fcf3ffdd28232a52e5a38a35ca6efb56891241a0ab8208d36

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page