https://github.com/timxor/sms-text-chatbot
A SMS Chatbot built with AWS Lambda, Twilio and Node. 1-720-336-4682
https://github.com/timxor/sms-text-chatbot
aws-lambda chatbot serverless sms sms-chatbot twilio
Last synced: 4 months ago
JSON representation
A SMS Chatbot built with AWS Lambda, Twilio and Node. 1-720-336-4682
- Host: GitHub
- URL: https://github.com/timxor/sms-text-chatbot
- Owner: timxor
- License: gpl-2.0
- Created: 2017-01-20T23:49:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T07:06:10.000Z (6 months ago)
- Last Synced: 2025-01-10T07:23:50.308Z (6 months ago)
- Topics: aws-lambda, chatbot, serverless, sms, sms-chatbot, twilio
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless_sms_bot
A SMS Chatbot built with AWS Lambda, Twilio and Node.
## Send a sms text to 720-336-4682```sh
Twilio Bot Number: 720-336-4682
```##Deploy updates
```sh
$ npm run deploy
```## facebook chatbot
```sh
$ claudia create --region us-west-1 --api-module bot --configure-fb-bot
$ claudia update --configure-fb-bot
```## create (first time only)
```sh
$ npm run create
```## Required tokens
```sh
Twilio Account ID:
``````sh
Twilio Auth Token:
``````sh
Twilio Number used for Sending:
``````sh
AWS IAM user:
``````sh
aws_access_key_id
``````sh
aws_secret_access_key
``````sh
--region us-west-1
```