clash-of-clans-api-lesson
Let's learn how to use the API for popular mobile game Clash of Clans. Written in Python.
Learning Objectives
- Sign up for CoC API
- Read documentation
- Use Postman
- Write Python script
- View example application
Video Link
https://www.youtube.com/watch?v=wYBEMBpEXrQ
How to run the example application
- Navigate into extra_experts directory and add your API token to clash.py
- Write
python server.py
into your terminal - Browse to http://localhost:5000/player
- To add new data or more routes, please try to read the code and challenge yourself to make a new html rendered page with data.
Need help or something no longer working?
Raise an issue on this repository
Want to share your work?
Feel free to link it to me