Skip to content

Instantly share code, notes, and snippets.

@shaarkys
shaarkys / delonghi_device_info.py
Created January 25, 2026 12:49 — forked from miditkl/delonghi_device_info.py
This script logs into your De'Longhi account, retrieves an authentication token, and then fetches information about your registered coffee machines or other De'Longhi comfort devices.
#!/usr/bin/env python3
"""
De'Longhi Device Info Retriever
This script logs into your De'Longhi account, retrieves an authentication token,
and then fetches information about your registered coffee machines or other
De'Longhi comfort devices.
It's designed as a simple, command-line tool that leaves no trace on your system,
as it cleans up the temporary token file it creates.