Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit c1d371b

Browse files
authored
Update README.md
1 parent 05937e6 commit c1d371b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
# WebScrap
2+
3+
Web scraping (web harvesting or web data extraction) is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser.
4+
5+
In this repo Web Scraping is done on an E-Commerce Website using BeautifulSoup in [Python](https://www.python.org/)
6+
7+
[Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
8+
* Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
19

0 commit comments

Comments
 (0)