Python Forum

Full Version: Selenium extract id text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am a beginner in programming and I decided to start with python, I am trying to extract statistics from the flashscore.com website, all games on the homepage have id = "g_1_code", example id = "g_1_V156ds23", I wanted to take only what comes next g_1_, to be able to put my bot to access the game page, can someone help me?
I suggest that you run through snippsat's web scraping tutorials on this site.
They only take a short period of time to complete and will give you the basics.
web scraping part 1
web scraping part 2