Skip to content

divyasri537/Web-Scraping-BeautifulSoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Web-Scraping-BeautifulSoup

alt text

  • Beautiful Soup is a library written in Python that extracts data out of HTML and XML files. It works well if you want to get data quickly and saves programmers a lot of time.

  • FindSomethingInURL.py file

    • Web Scraping using beautifulsoup library to find a keyword in the user input URL and returns the response code.
  • Pre-requisite Installations:

    • pip install requests
    • pip install html5lib
    • pip install bs4
  • Usage: Replace the keyword instead 'a' to find the keyword in the URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published