Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 301 Bytes

README.md

File metadata and controls

executable file
·
21 lines (14 loc) · 301 Bytes

Code Lab

Experiments

Scrapper

A python script to fetch images from my old portfolio using BeautifullSoup.

To run it you need pip3 and then:

pip3 install beautifulsoup4 --user
pip3 install requests --user
pip3 install html5lib --user

After that run

python3 scrapper.py