Skip to content

browniecode93/parse-html-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-html-to-json

This script will read all the html file from lot-parser/data directory and create a json in this format and save the result on result.json on the same directory.

[
  {
    artist: 'Pablo Picasso',
    works: [
      { title: 'Femme accroupie (Jacqueline)', currency: 'GBP', amount: '25,000' },
      ...
    ],
  },
  ...
]

Usage

pip3 install -r requirements.txt python3 main.py

About

Get an html file and convert it to json object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published