Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brawl Stars Battle Log Analysis

Getting Started

Prerequisites

Setting Up the Project

  1. Clone the Repository

    git clone https://github.com/your-repo/brawl-stars-battle-log-analysis.git
    cd brawl-stars-battle-log-analysis
  2. Set up a Virtual Environment

    Windows:

    python -m venv venv
    .\venv\Scripts\activate

    Mac/Linux:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the Requirements

    Create a .env file in the root directory of the project and add your Brawl Stars API key and player tag. The .env file should look like this:

    BRAWL_STARS_API_KEY=your_api_key_here
    BRAWL_STARS_PLAYER_TAG=#your_player_tag_here
    
  4. Hide the .env file Create a .gitignore file and add the .env file to it

  5. Run the Script(s)

    python3 script_name.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages