An open API service indexing awesome lists of open source software.

https://github.com/kevinberger-ch/save-switzerlands-energy-data

A simple script to get/save data from https://www.swissgrid.ch/de/home/operation/grid-data/current-data.html
https://github.com/kevinberger-ch/save-switzerlands-energy-data

energy-data switzerland

Last synced: 20 days ago
JSON representation

A simple script to get/save data from https://www.swissgrid.ch/de/home/operation/grid-data/current-data.html

Awesome Lists containing this project

README

        

# Save Energy Data

A simple script to get/save data from https://www.swissgrid.ch/de/home/operation/grid-data/current-data.html

## Installation
Install Python 3.7 or higher

Install the required libs with this command

pip install -r requirements.txt

## Usage
Run the python script

python main.py

By default, every 15 minutes the data get fetched.
You can change this at the top of the main.py file