Skip to content

A messaging app using Twilio API created for Twilio Hackathon on DEV 2020

Notifications You must be signed in to change notification settings

petr7555/TwilioHackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwilioHackathon 2020 chat bot app

A chat bot that connects people who submit confessions with people who answer them.

See the post on DEV.

PostgreSQL runs on alwaysdata. Node server runs on render.

making a confession reacting to confession reacting to confession

Deployment

  • You need an underlying Twilio Autopilot that uses endpoints in index.js.
    • Support for Autopilot will be discontinued on February 25, 2023, and the product will no longer be accessible starting August 25, 2023.
  • After integrating the Autopilot with WhatsApp, set SENDER environment variable.
  • Create a PostgreSQL database and set DATABASE_URL environment variable.

Overall, you need to specify the following environment variables:

TWILIO_ACCOUNT_SID=************************
TWILIO_AUTH_TOKEN=*************************
SENDER=whatsapp:+123456789
DATABASE_URL=postgres://**********

About

A messaging app using Twilio API created for Twilio Hackathon on DEV 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published