An open API service indexing awesome lists of open source software.

https://github.com/soumyapro/web-scrapping-

This project is based on web-scrapping. We can extract information from a web page(Front-end) by using python. Here we have used Beautiful Soup which is a python library to get all the data from the page
https://github.com/soumyapro/web-scrapping-

html5 python3

Last synced: 7 months ago
JSON representation

This project is based on web-scrapping. We can extract information from a web page(Front-end) by using python. Here we have used Beautiful Soup which is a python library to get all the data from the page

Awesome Lists containing this project

README

          

# Web-Scrapping-

Libraray Used - "Beautiful Soup"
(It 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.)

Step 1 -> Navigate the HTML webpage and inspect it
Step 2 -> get the url
Step 3 -> After getting the url write some code to pull out data
Step 4 -> Parse the Data