Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 457 Bytes

websraping-bs4

Introduction to web scraping using beautifulsoup4.

Pre-requisites

  • background in HTML tags, classes, and ids or CSS selectors
  • python3 - can be downloaded at python.org
  • beautifulsoup4 - can be installed by using pip
    • pip install beatifulsoup4
  • jupyter lab - optional if you want to use the notebook files.
    • pip install jupyterlab
    • run it by using 'jupyter lab' command at the terminal