GUIDE: sound notification when flyscrape is done #51
dynabler
started this conversation in
Show and tell
Replies: 1 comment
-
|
That's really cool! Thanks for sharing. 🥳 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you like to get a sound notification when Flyscrape is done, you can use the following commands source. Feel free to comment your solution.
Windows
Make sure system sounds are turned on
$ flyscrape run script.js && echo -en "\007"OSX
$ flyscrape run script.js && say "flyscrape is done"Linux
$ flyscrape run script.js && spd-say 'flyscrape is done'Beta Was this translation helpful? Give feedback.
All reactions