No commit activity in last 3 years
No release in over 3 years
All the tools Santas Helper might need. Send MMS, check Santas progress, register childs name, etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0
>= 0
~> 0.18
 Project Readme

Santas Twilio Helper

This is a command-line tool that uses the command santa to interact with Santa's helpers in the north pole. This allows the festive parent to surprise their child by having Santa's elves send messages. This was built using Twilio's REST API.

Installation

To install the santa command-line tool type:

$ gem install santas_twilio_helper

Usage

Type santa help to see the full list of commands. When you are in a private place without little ones around, type santa begin to kick off the setup of the tool.

-- begin registers one child name, adds a phone number and stores your zipcode for Dec. 25 fun. This is all stored locally on your machine in santarc.json. -- ping sends a random msg from the northpole. (eg: messages.json) -- telegraph allows you to send a custom message from the northpole. -- add_child allows you to add another child name.

Contributing

  1. Fork it ( https://github.com/jarodreyes/santas_twilio_helper/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request