Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

Web-Scrapping-Using-Python

Requirments

  1. Python 3
  2. BeautifulSoup

Web Scrapping for Drugs (Medicine)

This python program scrap the data related to medicine from the website: https://www.netmeds.com/ . The data available on the website is a lot but we only extracted the Medicine name, Medicince manufacturer, Price and Genric drug.

Beautifulsoup

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.

Reference

  1. BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
  2. Python: https://docs.python.org/3/

GOOGLE SEARCH MATCHED

The program take the list of doctor names and numbers and return that it is available on goolge or not. You don't need to give the query manually Requirment

  1. Python 3
  2. Beautiful Soup
  3. Google webdrivers