Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 561 Bytes

File metadata and controls

27 lines (20 loc) · 561 Bytes

WeatherAPI

The application sends an API request to the weather site, then writes this data to the DB, and these actions are repeated every hour (since the data on the site itself is updated hourly). In parallel with this, when launched, the data is exported from the database to an .xlsx file.

Setup

  1. clone repository
    git clone https://github.com/Trydimas/WeatherAPI
    cd WeatherAPI
  2. setup requirements
    pip install -r requirements.txt

Use

    cd src
    py main.py weather.xlsx