Let's learn how to use the API for popular mobile game Clash of Clans. Written in Python.
- Sign up for CoC API
- Read documentation
- Use Postman
- Write Python script
- View example application
https://www.youtube.com/watch?v=wYBEMBpEXrQ
- 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.
Raise an issue on this repository
Feel free to link it to me