Coder Social home page Coder Social logo

twitter-sms's Introduction

Twitter By SMS

This is an example of being able to send tweets and receive @mentions and direct messages by SMS using Twilio.

How to use

You will need:

  • a Twilio account with a phone number that can send SMS messages
  • a Twitter account with a verified mobile phone number
  • a Twitter app with full Read, Write and Direct Messages access and a generated Access Token and Access Token Secret
  • your mobile phone number

For more information on how to create these items correctly, check out the blog post on the Twilio blog.

Click the deploy button below and fill in the credentials.

Deploy

Then SMS to your number to send a tweet!

Run the app locally

Clone this repository then copy config/env.yml.example to config/env.yml and fill in your Twilio and Twitter credentials. You will need a Twilio account and a number that can send and receive text messages and a Twitter App. Make sure your Twitter App has permissions to Read, Write and see Direct Messages.

Install the gems:

$ bundle install

Run the app with

$ bundle exec thin start -R config.ru

Get someone to @mention or DM you and you should receive an SMS alert.

Sending tweets via SMS

You will need to make your local server available for Twilio to send a webhook to. I suggest using ngrok (see the blog post here on how to set up ngrok for use with Twilio). Set your Messaging Request URL for your number to http://yourngroksubdomain.ngrok.com/messages. Restart the server and send an SMS to your Twilio number. You should find that you have tweeted the contents of the message.

twitter-sms's People

Contributors

philnash avatar reykroona avatar

Watchers

James Cloos avatar  avatar

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.