Skip to content

hankhank10/nfcwebhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

nfcwebhook

Use an NFC tag to call an HTTP request

Simple script which uses the the nfcpy library to call the webhook contained in the presented NFC tag

Before using you will need to install nfcpy using the following commands:

python -m nfc

This is a trimmed down version of my vinylemulator project which uses NFC tags to play spotify playlists or albums over Sonos.

If you want this to run continuiously you can do so with the following commands:

pm2 status
pm2 start nfcwebhook/readnfc.py<
pm2 startup systemd
pm2 save
sudo reboot

Releases

No releases published

Packages

No packages published

Languages