Skip to content

Power off computer on EDF Tempo red days.

License

Notifications You must be signed in to change notification settings

guillaumedsde/hypnus

Repository files navigation

💤 Hypnus

Hypnus is a small utility to turn off your computer if the EDF Tempo day is red.

Hypnus is implemented using the python standard library exclusively (it does not require external dependencies to run) and is compatible with the following python versions:

  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • 3.12

⚙️ How does it work?

  1. Queries the free api-couleur-tempo.fr API to determine today's Tempo color.
  2. If that color is red, it turns off the computer (provided the current user has enough permissions for it)

🏁 Getting started

Hypnus is a small utility that executes once, it purposefully does not implement any scheduling.

You can schedule the hypnus command to run every day at 6:00 AM (time at which the Tempo color changes).

You can install and run it multiple ways:

🐍 With pip install

pip install "hypnus==1.0.0"
hypnus

🐋 With docker run

⚠️ Warning: running docker images with the --privileged flag is a security risk, I am currently exploring alternatives.

docker run --rm --privileged ghcr.io/guillaumedsde/hypnus:1.0.0

🔮 Roadmap

  • Published Pypi package
  • Published multiarchitecture docker image
  • Published static binary

⚖️ License

See the LICENSE file.