Skip to content

aaronbauman/twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twilio

A Drupal module that listens for incoming twilio messages, geocodes address data, and replies with information about nearby KEYSPOT locations.

This Drupal module was developed for The Reentry Project in collaboration with Code for Philly at the Power Up Reentry Hackathon.

How it works

  • A Twilio app accepts SMS, and issues a webhook to the drupal site at http://example.com/keyspot
  • The module geocodes the SMS body to obtain a location
  • Using the location, the module queries Carto SQL for the top 3 nearby Keyspot locations, and sends the response to Twilio
  • The user can send another SMS with keywords "food", "shelter", "medicine", or "all" to find nearby locations from the Community Services dataset

Datasets:

About

A listener / client for twilio messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages