The program collects the schedule of tennis matches from the website flashscore.ru/flashscore.com for the current and next days. The result is collected in two csv files. The start time of the matches is indicated according to the Moscow time zone.
- Use the requirements file to install dependencies
- In the root, create the following directories: chromedriver/ and data/
- Download chromedriver corresponding to the version of your Chrome browser and place it in the chromedriver directory
- The result of the script will be placed in the data directory
Project FlashscoreParser is distributed under the MIT license.
Программа собирает расписание теннисных матчей с сайта flashscore.ru/flashscore.com на текущий и ближайший дни. Собранные результаты сохраняются в два csv-файла. Время начала матчей указывается по московскому времени.
- Для установки зависимостей воспользуйтесь файлом requirements.txt
- В корневой директории создайте каталоги: chromedriver/ и data/
- Скачайте chromedriver соответствующий версии вашего браузера Chrome и поместите его в директорию chromedriver
- Результаты работы скрипта будут помещаться в директорию data
Проект FlashscoreParser распространяется под лицензией MIT.