An open API service indexing awesome lists of open source software.

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


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
```