Skip to content

Latest commit

 

History

History

webpage-js-css-extractor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • Extracting http://books.toscrape.com's CSS & Script files:
    python extractor.py http://books.toscrape.com/
    
    2 files will appear, one for javascript files (javascript_files.txt) and the other for CSS files (css_files.txt)