Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 175 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 175 Bytes

Python Web Scraping

A webbot endeavor using Python 3

Required packages

1. BeautifulSoup4

* pip install beautifulsoup4

2. Requests

* pip install requests