Giter Club home page Giter Club logo

weather-scrape's Introduction

weather-scrape

Scrape weather data from the web and store it into a local sqlite database. Work in progress! Right now there's just a single source (wunderground). Supply a URL and the script will collect the info and then store it to a local sqlite database.

Prerequisites

Install the required packages. This could be different based on your existing environment. If something is missing, let me know! Choose the install option below that's right for your environment.

Conda Installs

  1. You should create a new conda environment for running this app.
  2. Run conda install --file installs.txt

Pip Installs

Run pip install -r installs.txt

Create the database

The app stores the scraped data into a database. The database needs to exist before the app will use it.

Run the provided script to create the database. python3 prepare_database.py

To wipe it out and start over, use the -d argument.

Run the app

python3 main.py

Configure

The path to the settings file is specified in .env. Open with a text editor if you need to relocate this file.

Settings file

By default, the settings file is named settings.json and found in the local app directory. This file is used to specify the full path to the database and an array of the URLs to be collected.

Rules

To prevent spamming, the app will check each URL and the date against the database before scraping that same data again. If it has already been collected today, it won't happen. You can add additional URLs to the settings without worrying about duplicate requests.

weather-scrape's People

Contributors

cestarte avatar

Watchers

Garrett van Wageningen avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.