This is a program to web scrape match data for FIRST Global from the results webpage. https://results.first.global/
To set this up:
- Install ChromeDriver (https://developer.chrome.com/docs/chromedriver).
- In the python script, change the string
chrome_driver_pathto be the path to your ChromeDriver. - Set up an Excel workbook.
- Change the string
excel_wb_pathto be the path to your Excel file. - Change the string
excel_wb_tab_nameto be the tab in your Excel file where you put the matches.
When you run the script, it should insert the match data into the tab of your excel file. This will need to be run manually every time you want new data.