part 1 - Automated Scraping of Football Data From flashscore.com Using Python & Selenium ~ De-Code

preview_player
Показать описание
As with all software, regular updates are mandatory, so subscribe to keep posted of any changes to the structure of the website and how to scrap the new site.

How to install selenium using the cmd (the easier way):

Questions, comments are welcome in the comment section.
Рекомендации по теме
Комментарии
Автор

Excellent series of videos, I followed your example in virtual box vm and I had sometimes a lot of latency when the flashscore page was loading. I had checked the selenium documentation and they gived tips on how to combined WebDriverWait and expected_conditions to wait the load of a specific element, i think is better than time. Hope this help. Thank you for your work.

krysinmykitchen
Автор

nice video and instructions. How can I scrape some elements from the standing such as Home win, Home Draw, Home Losses, Away Win, Away Draw, Away Losses and the last 5 matches form ?

davideg
Автор

hi there! how can i get in touch with you?

abdeljalilfathallah
Автор

I have the same code and only open one element from this page. My x value is not change

juanfranciscoxiaomo
Автор

How I can scrape strike number record without goal in second half ?

mehdiachiou
Автор

very interesting and awesome videos you have. De-code, do you have a course in udemy or something else ? how can i learn this scraping deeply?

tchrmurat
Автор

I have this error" Message: TypeError: document.getElementById(...) is null "please help

thecommuter
Автор

the video helped alot, but i have one question. how to click show more matches anchor element at the bottom. I tried to use .click method on it which didnt work and the tag has href=#.

alexander-the-great-vu
Автор

seems like allot of work, you can just use there api on rapid api much easyier

BenjaminK