Giter Club home page Giter Club logo

simple-cam-watcher's Introduction

Camwatcher is a simple ruby script that monitors a directory for new files and uses the twilio api to send notifications upon finding new files. It is useful as a simple security camera watcher in combination with another program that will drop new files in a directory on your computer when motion is detected on your webcam, such as Periscope (http://www.freeverse.com/mac/product/?id=7002). If you make the target a dropbox (http://www.dropbox.com) folder, you can pretty easily monitor the files from a remote device.

Uses the twilio-rb gem: https://github.com/stevegraham/twilio-rb

Directions:

1) Rename config_sample.rb to config.rb

2) Sign up for a twilio account at http://www.twilio.com to get your SID and AUTH TOKEN.

3) Enter your own values for the configuration variables in config.rb.

For trial twilio accounts, the from number must be your sandbox number.

4) Run:

$ ./camwatcher.rb

5) You may optionally specify some parameters on the command line. Useful for testing.

$ WAIT_INTERVAL=20 INITIAL_DELAY=5 NOTIFY_ON_LOOP=2 ./camwatcher.rb

This script is released under the MIT license and has been tested on OSX.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.