/Web-Scraping

Web Scraping with Python

Web-Scraping

Starting date: 10/3/2022

Web Scraping with Python

Scraping targets always exist on webpage.Throughout the web scraping, user will acquire detailed information of the website, such as Javascript, images on HTML, CSS, videos etc.


Prerequisites:

    • BeautifulSoup4
pip install beautifulsoup4
    • lxml
pip install lxml