Iliad data usage widget

This script will create a widget showing the data usage of your Iliad plan, an Italian data plan mobile phone provider, using Scriptable for iOS.

Update v1.1 (2022.07.16): changed the DOM selector to match the new website.
Update v1.0 (2021.06.19): initial release.

widget iliad preview

Usage

1

Download the script

Download the script from here, and import into the Scriptable App.

2

Iliad credentials

Add your Iliad credentials in the first lines of the script, the same that you use to access to the Iliad web portal.

const USERNAME = '<YOUR-USERNAME>';
const PASSWORD = '<YOUR-PASSWORD>';
3

Add the widget to your homescreen 🎉


In order to use this script you need to have installed Scriptable for iOS.

#apple

#scriptable

Contributions
16.07.2022 • c08f99f @filippobenozzi
16.07.2022 • 5983ca2 @filippobenozzi
19.06.2021 • cb1e296 @filippobenozzi
19.06.2021 • c5c7551 @filippobenozzi