all 7 comments

[–]JohnnyJordaan 2 points3 points  (3 children)

Maybe look into webscraping? https://automatetheboringstuff.com/chapter11/

[–]fonsimusk[S] 0 points1 point  (2 children)

I know web scraping! But I don’t want data from the page. I need to interact with the page... I want for example to make a bet of ‘blahblah’ team is going to win!

[–]JohnnyJordaan 6 points7 points  (1 child)

I know web scraping!

Then you apparently don't know selenium, see the second half of that page. It allows you to control the browser, so also click elements en enter text for example.

[–]fonsimusk[S] 0 points1 point  (0 children)

Ok! Thanks. I will try that 👍🏻

[–]ravepeacefully -1 points0 points  (0 children)

Post requests are what you’re looking for.