11[ ![ Discord] [ discord_shield ]] [ discord_url ] ![ Last commit] [ last_commit_shield ]
22
3- # PyClasher
3+ ![ PyClasher] ( .github/PyClasher.png )
44
5- ---
5+ # PyClasher
66
7- pyclasher is the name of the asynchronous ClashOfClans API. It is
7+ PyClasher is the name of the asynchronous ClashOfClans API. It is
88an object-oriented wrapper client that provides easy access to the
99requested data.
1010
@@ -18,9 +18,16 @@ a python package and will be available for everyone.
1818If you have any questions, feel free to join my discord server
1919to ask you question.
2020
21+ ## Installation
22+
23+ It is possible to install the package from GitHib releases. You can use the following command to add PyClasher to your library:
24+ ``` bash
25+ pip install git+https://github.com/201st-Luka/PyClasher.git@v0.0.1-alpha3
26+ ```
27+
2128---
2229
23- ### Features
30+ ## Features
2431 - Asynchronous and parallel requesting
2532 - Possibility to use multiple tokens and to login via email address
2633and password of the ClashOfClans developer portal
@@ -31,11 +38,34 @@ used tokens
3138
3239---
3340
34- ### Future
41+ ## Contributing
42+
43+ Feel free to contribute to the repository.
44+
45+ You can fork the repository and commit your changes in a pull request. Please consider to check out the
46+ [ Discord server] [ discord_url ] if so.
47+
48+ ---
49+
50+ ## Future
3551
3652I'm planning to keep the API wrapper up to date and improve it as
3753good as I can.
3854
55+ ### Planned features
56+
57+ - more bulk requests
58+ - pytests for every request
59+ - pytests for the models
60+ - possibility to download files (images, etc) from ` api-assets.clashofclans.com `
61+
62+ ### Planned utils
63+
64+ - documentation
65+ - real example ([ HeadhunterBot] [ headhunterbot_url ] is in development)
66+
67+ ---
68+
3969If you find a bug, an error or want custom functionality, please tell
4070me via Discord or open an issue or start a discussion on the
4171GitHub-repository.
@@ -45,4 +75,5 @@ GitHub-repository.
4575<!-- -links--->
4676[ discord_shield ] : https://img.shields.io/badge/Discord-blue?logo=discord&logoColor=white
4777[ discord_url ] : https://discord.gg/j2PAF9Wru8
48- [ last_commit_shield ] : https://img.shields.io/github/last-commit/201st-Luka/HeadhunterBot
78+ [ last_commit_shield ] : https://img.shields.io/github/last-commit/201st-Luka/HeadhunterBot
79+ [ headhunterbot_url ] : https://github.com/201st-Luka/HeadhunterBot
0 commit comments