Track Trends Alpha 1.0
Documentation
Installation
As this project is a little finnicky, installing it and making it run is quite a job. Grab a coffe and lets begin.
Before installation
- Make sure you have a recent version of python installed (tested with 3.9)
- Make sure you have chrome installed on your pc and that its installed in the default location
- Connect to the F1TV with your credentials (can be done after installation but sometimes it takes some time to get register into the cookies db so I would advise you to do it now to be sure you can use the app directly after installation)
Installation process
- First you will need to download the files from the project.
- Before unzipping Ill advise checking if the folder is locked or not (to check you right click on the folder and all the way at the end of the context menu if there is a checkbox to unlock you need to check it).
- You need to unzip the project.
- Locate the .SLN file that represents the project. (Should be named either TrackTrends or Test_Merge) and open it in Visual Studio (Tested with 2022 community edition).
- Before running it you need to go back to the file explorer and click on either the "TrackTrends" or "Test_Merge" folder and locate three very important files/folders (geckodriver-v0.xx.x-win32 folder,recoverCookiesCSV.py file,TessData folder) and put them into the ./bin/debug or ./bin/release folder.
- If you want to store the TessData folder or if you already have it somewehere else on your machine (that can happen as thoses kind of files can be quite heavy) its possible, follow step 8.
- Even if you have put the TessData folder in ./debug you will need to change in the file
Window.csfile at line 39 the TESS_DATA_FOLDER constant to match your scenario. - Add those two Environnement variables as followed
- MOZ_HEADLESS_WIDTH => 3840
- MOZ_HEADLESS_HEIGHT => 2160
- If you dont want to create your own config file at your first application start. I added for you a config file made for 2023 named
Clean_4K_2023.jsonin the same folder as the python file. You will need to add it into a folder namedPresetsthat you will have to create if it does not already exists - Have fun !
Description
This is a project for F1TV subscribers that wants to get more out of the F1 Data Channel
Beta V1.0
Latest
Languages
C#
98.7%
Python
1.3%