Skip to content

ycy-0510/frc-team-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Analysis

This project fetches and analyzes data for various FRC teams, including their awards and other relevant information. Screenshot of Team Analysis

Screenshot of Team Analysis Data

Prerequisites

  • Python 3.x
  • pip (Python package installer)
  • WebDriver for Safari (or another browser of your choice)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/teamanalysis.git
    cd teamanalysis
  2. Install the required Python packages:

    pip install -r requirements.txt

Note: When using Homebrew on macOS, it is recommended to use a virtual environment (venv).

  1. Create a .env file in the root directory and add your TBA API key:

    API_KEY=your_api_key_here

Usage

  1. Run the script:

    python main.py
  2. The script will fetch data for the specified teams and save the results in an Excel file named output/team_awards_{year}_{event}.xlsx.

Configuration

  • You can modify the list of team numbers in main.py to fetch data for different teams.
  • Ensure the WebDriver is correctly set up for your browser.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages