Skip to content

A Python script which uses APIs and web-scrapers to retrieve information about the climate of the desired location

Notifications You must be signed in to change notification settings

Aditya-06/Taiyo-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiyo-Assignment

This repository contains the tasks done as mentioned in the application form at Taiyo.ai

Tech Stack:

python: 3.8.5
jupyter notebook: 6.0.3

Note (For chrome users): For selenium to access the browser, it would require the chrome webdriver installed-

Download and install Chrome Browser from https://www.google.com/chrome/.

ChromeDriver executable file is available at https://sites.google.com/a/chromium.org/chromedriver/downloads.

Part 1: Web Scraping

Use Selenium to web scrape NASA Earth Data: url: https://earthdata.nasa.gov/

Screenshot: website

Using Selenium and bs4, we will convert the HTML page to a Pandas DataFrame. Example of the same is available in the repository

image

Part 2: Using the NEWSAPI

Use an alternative to Google's News API to retreive information

Example Response

image

About

A Python script which uses APIs and web-scrapers to retrieve information about the climate of the desired location

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published