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: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T18:03:50.000Z (8 months ago)
- Last Synced: 2025-10-19T19:04:48.811Z (6 months ago)
- Topics: aws-lambda, chatbot, serverless, sms, sms-chatbot, twilio
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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
```