Skip to content

A collection of python scripts I'm working on to learn more about data scraping

Notifications You must be signed in to change notification settings

ColdView/web_scrapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scrapers

  1. US_weather.py

    This script is based on the datascience.io web scraping tutorial. I extended the original by allowing users to input latitude and longitude coordinates showing the temperature where they are in the U.S.

  2. hot_uk_scraper.py

    This script takes input from the user and queries the hotukdeals.com website. It then scrapes the titles, temperatures, prices and retailers from the first results page, sorts by temp and outputs the data to a pandas table. Work in progress.

  3. UK_weather.py

    Basic script to find the current temperature in single location. Planning to extend it using the Met Office DataPoint API.

About

A collection of python scripts I'm working on to learn more about data scraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published