Home » web scraping

web scraping

Python projects – Hottest and coldest place on earth

hottest_coldest_earth_python

In this project, you will learn to fetch the temperature data of all the places available at timeanddate website. This website regularly updates the temperature obtained from all the place on the Earth. In this project we have used selenium webdriver for chrome to fetch the data available at timeanddate website. When you browse the website, you will

Python projects – Hottest and coldest place on earth Read More »

Python projects – COVID19 news and stats

covid19 coronavirus python

The entire world is fighting against the very recently began Pandemic, which is COVID-19 or Coronavirus. Every day we hear about the effect of this threat as well as various statistics from the internet. In this Python code, I have put all the effort to scrapes data from the world’s top trusted sources such as WHO (World Health Organization), John-Hopkins and Indian Government.

Python projects – COVID19 news and stats Read More »

Python project – News headline in email

news scraping with python

Have you heard of Google News, which collects the news headlines from the various trusted sources? Google uses a Machine Learning algorithm to capture various instances from a pool of resources. Before I start, let me make you clear that the project that is being discussed here is not a Machine Learning technique. In this web scraping with Python code

Python project – News headline in email Read More »

Python project – price compare eCommerce

price compare python

In this Web scraping with Python project, the script searches for a specified product via URL (weblink) and find out the price at that moment. This is particularly useful when you want to monitor the price of the specific item (or items) from multiple eCommerce platforms. Here, in this program, we have targeted three major eCommerce website (Flipkart

Python project – price compare eCommerce Read More »

Python project – realtime stock price

python web scraping stock price

This project describes a Python code, which fetches the current stock price for multiple listed companies. This script first reads the excel sheet to get the list of all companies for which CMP (Current Market Price) has to be calculated and then fire up the browser to open a website which has this information. The automation script enters the name of each stock, one by one,

Python project – realtime stock price Read More »