Python script that interact with Clash of Clans API to fetch data, manipulates them and put the results on a easily readable Google Sheets, to make statistics of members performance
- Script-based management of clan activities to automate the population of a Google Sheets.
- Automatic tracking of member attacks, performance and activity
- Integration with CoC API for real-time data updates
- User-friendly command-line interface
- Clone the repository:
git clone https://github.com/your-username/CoC-script-clan-manager.git
. - Install the required dependencies, in terminal run:
pip install dotenv requests gspread google coc.py
. - Create a Google Cloud account and register the API, create a Sheets and give write access to the email of the Google API.
- Configure the project by editing the
.env
andYOUR_GOOGLE_CREDENTIALS.json
files (as in the examples). - Run the script:
CoCscript.py
- Open your terminal and navigate to the project directory.
- Run the script:
CoCscript.py
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.