Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
/ brawl_companion Public archive

Brawl Companion is a collection of programs that can help you plan your strategy in playing brawl stars.

Notifications You must be signed in to change notification settings

azrdfa/brawl_companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brawl Companion

brawl companion is a collection of programs that can help you plan your strategy in playing brawl stars.

Available Feature

1. Trophy League Tracker

Provides information about total trophy after the trophy league ends and trophy details from brawlers who will be affected by the trophy league reset.

2. Brawler Recommendation

Provides information about the suitable brawler for a particular map or the right map for a particular brawler.

Step-by-step To Run The Program

  1. Create virtual environtment

    python -m venv venv

  2. Install requirements

    pip install -r requirements.txt

  3. 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}"

  4. Run program

    python {script}.py

    The following is a list of related scripts and features.

    1. trophy_league_tracker.py - Trophy League Tracker Feature
    2. brawler_recommendation.py - Brawler Recommendation Feature

About

Brawl Companion is a collection of programs that can help you plan your strategy in playing brawl stars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages