Libre and open source Izly client implementation
See the changelog for the latest updates.
- Login to Izly with 2FA
- Payment QR code generation
Here's how to install the client:
- Download go (go 1.20 required).
- Download or clone the project.
- Download the binary from the Releases or build it yourself.
- Use the
makecommand or usego build cmd/libre-izly/main.goin this folder
For now you can copy or rename the .env.example file to .env.
You do not need to edit anything except maybe the CLIENT_VERSION if Izly gets updated.
- First login to Izly by running
./main login -u YOUR_LOGIN -p YOUR_PASSWORD - Then if everything worked correctly you should receive an SMS with a 2FA URL like this
https://mon-espace.izly.fr/tools/Activation/YOUR_PHONE_NUMBER/SOME_TEXT - Now run
./main login -u YOUR_LOGIN -c SOME_TEXT - Again, if everything is okay, you should be logged in.
- You can now generate payment QR codes by running
./main qr
See the license.