Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.21 KB

Planned Power Outage

jBang script for identifying potential Greek power outages in your area

Requirements

  1. Install jBang based on the guidelines here

Prerequisites

  1. Navigate to the official Deddie website where planned power outages are announced
  2. Select the area that you are interested in and identify its PrefectureID and MunicipalityID Deddie_Retrieve_Area_IDs.png
  3. In case your OS is Windows, make sure that your terminal encoding is set to UTF-8 windows-terminal-utf8.png

Run

Execute jBang PlannedPowerOutage.java -h to view CLI's options

Execution example

  1. List all planned power outages in prefecture with id 21 (Heraklion) and municipality with id 413 (Heraklion)
jBang PlannedPowerOutage.java -p 21 -m 413
  1. List all planned power outages in prefecture with id 21 (Heraklion) and municipality with id 413 (Heraklion) and more specifically for the area "Βασιλείες" and "Γιούχτα"
jBang PlannedPowerOutage.java -p 21 -m 413 Βασιλείες Γιούχτα