MA3STR0 / kimsufi-crawler

Crawler that will send you an email alert as soon as servers on OVH/Kimsufi become available for purchase
MIT License
193 stars 60 forks source link

Feature request: Alarm sound #51

Closed 01271 closed 7 years ago

01271 commented 8 years ago

I have my script set up but I want to make my computer emit an alarm sound as well as have a push notification on screen.

I tried to use sys.stdout.write('\a') but when I put it on line 111 of the script the alarm went off seemingly at random. It would be nice to my computer checking without my needing to look at the screen.

mthoretton commented 8 years ago

I added a notifier "FileNotifier" and installed nginx on the vagrant where I run the crawler. FIleNotifier will change the file served by nginx. I use https://chrome.google.com/webstore/detail/distill-web-monitor/inlikjemeeknofckkjolnjbpehgadgge?hl=fr to check the webpage at home or outside (even on my phone). You have a lot of options: beautiful "Audio Clip", browser desktop notifications, mails ...

Ok, it's a bit hacky.

MA3STR0 commented 8 years ago

@mthoretton how about sharing your FileNotifier with a pull request? ;)

mthoretton commented 8 years ago

Yes sure, I totally forgot this weekend sorry :/ I've created a PR #55

MA3STR0 commented 7 years ago

Added terminal bell