Skip to content
Advertisement

Get the desired table from the site

There is a link to a site with a schedule. On the page there are 3 elements <select>: Institute (faculty), course, group. How to get the desired table through Requests? I tried Post and Get, unsuccessfully.

JavaScript

Maybe Requests will not help here at all, and it is better to try Selenium?

Advertisement

Answer

You can use BeautifulSoup to parse the elements:

JavaScript

Unfortunately I dont speak russian.

To get the table it seems like you have to request

JavaScript

providing data for an field named id and one named names

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement