Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 522 Bytes

File metadata and controls

8 lines (5 loc) · 522 Bytes

Python3 HTML-parser (form table on websites)

That module help you to parse HTML-table from any websites. You have to change some piece of code for better work.

In the bottom you have to change url variables. Need to copy here your own url with table for parse

In line table_string = soup.find('table', id='tab_main1') you have to change tag table or not and also change id of your tab element (you can replace id to class, but you don't need to write id, only write class name)