Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 239 Bytes

File metadata and controls

10 lines (8 loc) · 239 Bytes

pythonScrappy

Simple python project for learning scrapping using beautiful soup this uses the BS4 module for parsing the html

scrapping websites that are hosted just for the purpose of scraping

modules used

  1. request
  2. bs4
  3. time