brawl companion is a collection of programs that can help you plan your strategy in playing brawl stars.
Provides information about total trophy after the trophy league ends and trophy details from brawlers who will be affected by the trophy league reset.
Provides information about the suitable brawler for a particular map or the right map for a particular brawler.
-
Create virtual environtment
python -m venv venv
-
Install requirements
pip install -r requirements.txt
-
Create .env file with token and player_tag variable
Token can be obtained from the brawl stars API key. Further information about brawl stars API key can be found at https://developer.brawlstars.com/. While player_tag can be obtained from brawl stars player profile.
The following is an example of an .env file.
token = "bearer {token}"
player_tag = "{player_tag}" -
Run program
python {script}.py
The following is a list of related scripts and features.
- trophy_league_tracker.py - Trophy League Tracker Feature
- brawler_recommendation.py - Brawler Recommendation Feature