tatounee / Donc

A way to know what troops/spells/... your clan mates can give in Clash of Clans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donc

Clash of Clan players, have you ever asked the following question: What can my clan give me ? Donc is the solution. It takes a clan tag (ex : #22Q992VQG) a will give you a nice CSV file with all the troops and spells that your clan mates can give you. Donc will automatically filter in players how doesn't make donation.

table

Setup

Downloading

  • Windows You can find the latest version of Donc in the release tab.

  • Linux and macOS You will need to compile yourself Donc with rust.

Clash of Clans key

You will need an API key to use Donc. You can create one on the official supercell website. If you already have an account, create a new key and copy its TOKEN. If not, create one, then create a new key and copy its TOKEN.

token

Finally, create a .env file at the root of your disk and paste in this code COC_KEY_TOKEN = <token> replacing <token> with your token

env

Execute

Open a command prompt and execute in donc.exe with the clan tag that you want to know these donations. Example : $ donc PV8QR8VO

example

After that, you will end up with a beautiful CSV file full of all data you want.


This material is unofficial and is not endorsed by Supercell. For more information see Supercell's Fan Content Policy

About

A way to know what troops/spells/... your clan mates can give in Clash of Clans.


Languages

Language:Rust 100.0%