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 | |
""" |
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 |