CS:GO BestOf3 HLTV.org π‘ Python Web Scraping Project π« Kaggle Dataset How to Run π 1. Create a virtual environment 2. Install de Dependences $ pip install -r requirements.txt 3. Run $ python csgo_hltv\main.py How to Read the Results π >>> from csgo_hltv.helpers import read_datacs >>> df = read_datacs() Test π§ $ pytest csgo_hltv\