This dashboard provides telemetries for various API points related to Codeforces. It includes user statistics, contest history, and problem-solving streaks.
Ensure you have Python 3.x installed on your system. Use the following commands to set up the required dependencies:
pip install -r requirements.txt
To run the telemetry dashboard, execute the following command:
streamlit run dashboard.py
This will launch the dashboard in your default web browser, allowing you to explore and visualize Codeforces telemetries.