Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 336 Bytes

DDBSTCrawler

A simple project used for scraping thermodynamical properties from http://www.ddbst.com/free-data.html.

Prerequisites

DDBSTCrawler requires Beautiful Soup, accuire it by:

pip install BeautifulSoup4

Useage:

for verbose output:

python downloader.py

for no output:

python downloader.py False