Skip to content

Instantly share code, notes, and snippets.

@shige-ta
Created June 5, 2018 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shige-ta/3d571bfe762c4e97c2b9dac094cd7889 to your computer and use it in GitHub Desktop.
Save shige-ta/3d571bfe762c4e97c2b9dac094cd7889 to your computer and use it in GitHub Desktop.
const dash_button = require('node-dash-button');
const exec = require('child_process').exec;
const dash = dash_button('xx:xx:xx:xx:xx:xx', null, null, 'all');
dash.on('detected', () => {
exec("python3 screenshot.py")
console.log("カシャ!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment