prehensile / smsbot

SMSBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An SMS responder bot

Currently has backends for Nexmo, Jasmin coming soon.

Overview

app/main.py contains a Flask web service which implements a 'webhook' for SMS delivery services, such as Nexmo. Incoming messages are passed to the bot modules in app/bots to generate replies.

Have a look at app/bots/basebot.py for a skeleton bot class with explanatory comments, and app/bots/storiesbot/py for an example working bot.

About

SMSBot


Languages

Language:Python 95.3%Language:Dockerfile 4.7%