sanjay-rb / Web-Scraping-In-Python-Master-The-Fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Scraping-In-Python-Master-The-Fundamentals

Requirements

  • request module pip install requests
    • To request HTML source code by HTTP requests
  • beautifulsoup4 module pip install beautifulsoup4
    • To access and work on the HTML content fast and efficient
  • selenium module pip install selenium
    • To do some interaction on the web page to extract extra information
  • Web driver driver\chromedriver.exe
    • To pass the interaction with browser (I have used chrome browser driver you can install and use your browser driver)

HTTP Status Code

About


Languages

Language:Python 100.0%