Skip to content

A simple python client for the Clash of Clans API

Notifications You must be signed in to change notification settings

bbwharris/barcher_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Barcher

Barcher Image

A simple wrapper to access the clash of clans API in Python

Usage

Clone to your path

Then from a REPL

  from barcher import Barcher
  
  client = Barcher("your token from your account")
  
  client.clan_search(params)

  client.find_clan("clan tag")

  client.clan_members_for("clan tag")

  client.locations()

  client.location(location_id)

  client.rankings_at_location(location_id, ranking_id)

  client.leagues()

Note

This is just a first pass at getting something working, there are no error checks applied, so undesirable behavior will occur.

About

A simple python client for the Clash of Clans API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages