Skip to content

Instantly share code, notes, and snippets.

@evilpete
Last active January 9, 2024 03:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save evilpete/52e5437f8152af3d20e997b86c03af6d to your computer and use it in GitHub Desktop.
Save evilpete/52e5437f8152af3d20e997b86c03af6d to your computer and use it in GitHub Desktop.
Script to Generate Flipper NFC "save" file encoded with URL
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
"""
@nickchuck
Copy link

Line 68 needs a space at the end of the string. Thanks for making this!

@evilpete
Copy link
Author

evilpete commented Jun 6, 2022

@nickchuck fixed...

@evilpete
Copy link
Author

See also evilpete/flipper_toolbox for more updated versions

@zappycode
Copy link

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment