Algorithm for parsing HTML and creating a "table of contents" in JSON format
This project was built running Python 3.5.
pip3 install beautifulsoup4
- pip3 may be pip depending on your $PATH
- Change the
file_name
variable to the target html file name to be parsed - Run
python hackathon.py
in a command line