Skip to content

nickholden777/python3-html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Python3 HTML-parser (form table on websites)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages