{"_id":"hubot-twilio","_rev":"5-c4616986ebb6aa955bff1568609e13ff","name":"hubot-twilio","description":"A fork of the original Twilio adapter for hubot","dist-tags":{"latest":"2.1.0"},"versions":{"2.1.0":{"name":"hubot-twilio","version":"2.1.0","author":{"name":"Jeremy Karemel"},"keywords":["hubot-twilio adapter"],"description":"A fork of the original Twilio adapter for hubot","licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"git://github.com/jkarmel/hubot-twilio.git"},"devDependencies":{"coffee-script":"1.1.3"},"main":"./src/twilio","_npmUser":{"name":"jkarmel","email":"jkarmel@me.com"},"_id":"hubot-twilio@2.1.0","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"1e5d01b5f06a592f5ebdf68e29a3a695e5c9e35c","tarball":"https://registry.npmjs.org/hubot-twilio/-/hubot-twilio-2.1.0.tgz","integrity":"sha512-WJ2tIu/GRNtNZzCjl+S5bftFsVkUpD09hj4sHFIe2P2JNIYdkgJyDYZmqoRFqcXWkaUv84aH42bSKCERdF+GWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDM6zv1/4lejta13MkTUWNB95rhzgAcj1U7yPaLrEAd4QIgXeGlkdh/Xl5ddHPf71JjpAVTKozGvUF4aXFSmwylzhk="}]},"maintainers":[{"name":"jkarmel","email":"jkarmel@me.com"}]}},"readme":"# Hubot Twilio Adapter\n\n## Description\n\nThis is the [Twilio](http://twilio.com) adapter for hubot that allows you to\nsend an SMS to your Hubot and he will send an SMS back with the response.\n\n## Installation\n\n* Add `hubot-twilio` as a dependency in your hubot's `package.json`\n* Install dependencies with `npm install`\n* Run hubot with `bin/hubot -a twilio`\n\n### Note if running on Heroku\n\nYou will need to change the process type from `app` to `web` in the `Procfile`.\n\n## Usage\n\nYou will need to set some environment variables to use this adapter.\n\n### Heroku\n\n    % heroku config:add HUBOT_SMS_FROM=\"+14156662671\"\n\n    % heroku config:add HUBOT_SMS_SID=\"AC5d10e5624da757326d12f8d31c08c20b\"\n\n    % heroku config:add HUBOT_SMS_TOKEN=\"4ada63e18146a204e468fb6289030231\"\n\n### Non-Heroku environment variables\n\n    % export HUBOT_SMS_FROM=\"+14156662671\"\n\n    % export HUBOT_SMS_SID=\"AC5d10e5624da757326d12f8d31c08c20b\"\n\n    % export HUBOT_SMS_TOKEN=\"4ada63e18146a204e468fb6289030231\"\n\nThen you will need to set the HTTP endpoint on Twilio to point to your server\nand make sure the request type is set to `GET`.\n\n## Contribute\n\nHere's the most direct way to get your work merged into the project.\n\n1. Fork the project\n2. Clone down your fork\n3. Create a feature branch\n4. Hack away and add tests, not necessarily in that order\n5. Make sure everything still passes by running tests\n6. If necessary, rebase your commits into logical chunks without errors\n7. Push the branch up to your fork\n8. Send a pull request for your branch\n\n## Copyright\n\nCopyright &copy; Tom Bell. See LICENSE for details.\n\n","maintainers":[{"name":"jkarmel","email":"jkarmel@me.com"}],"time":{"modified":"2022-06-18T23:01:25.961Z","created":"2012-10-04T16:47:11.596Z","2.1.0":"2012-10-04T16:47:13.675Z"},"author":{"name":"Jeremy Karemel"},"repository":{"type":"git","url":"git://github.com/jkarmel/hubot-twilio.git"}}