Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 382 Bytes

HTML PARSER

Algorithm for parsing HTML and creating a "table of contents" in JSON format

This project was built running Python 3.5.

Install Dependencies

  1. pip3 install beautifulsoup4 - pip3 may be pip depending on your $PATH

Running the Script

  1. Change the file_name variable to the target html file name to be parsed
  2. Run python hackathon.py in a command line