jBang script for identifying potential Greek power outages in your area
- Install
jBang
based on the guidelines here
- Navigate to the official Deddie website where planned power outages are announced
- Select the area that you are interested in and identify its
PrefectureID
andMunicipalityID
- In case your OS is Windows, make sure that your terminal encoding is set to UTF-8
Execute jBang PlannedPowerOutage.java -h
to view CLI's options
- List all planned power outages in prefecture with id
21
(Heraklion) and municipality with id413
(Heraklion)
jBang PlannedPowerOutage.java -p 21 -m 413
- List all planned power outages in prefecture with id
21
(Heraklion) and municipality with id413
(Heraklion) and more specifically for the area "Βασιλείες" and "Γιούχτα"
jBang PlannedPowerOutage.java -p 21 -m 413 Βασιλείες Γιούχτα