Last active
January 9, 2024 03:06
-
-
Save evilpete/52e5437f8152af3d20e997b86c03af6d to your computer and use it in GitHub Desktop.
Script to Generate Flipper NFC "save" file encoded with URL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Relocated to https://github.com/evilpete/flipper_toolbox | |
""" | |
Generates NFC with URL address data and outputs Flipper NFC "save" file | |
this is a 5 min hack, No Guarantees | |
python3 gen_url_nfc.py https://youtu.be/dQw4w9WgXcQ "Rick Roll". > rickroll.nfc | |
requires ndeflib | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 68 needs a space at the end of the string. Thanks for making this!