Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 256 Bytes

WebScraping

A simple web scraper made to gather list of top 10 mathematicians metioned on a webpage.

Uses requests and BeautifulSoup4

Special Features

  • Uses multiprocessing to deliver data quickly.

  • Uses click module for command line interface.