项目作者: OpenBikes

项目描述 :
:speech_balloon: Facebook Messenger Bot
高级语言: Python
项目地址: git://github.com/OpenBikes/obot.git
创建时间: 2016-05-15T15:41:22Z
项目社区:https://github.com/OpenBikes/obot

开源协议:

下载



logo_obot

OBot

:bell: Facebook Messenger Bot

Bot developed in python and Flask the minimalist web framework.
OBot’s work is to help users to make a trip with sharing bikes. He can advise users while they want to pick up a bike or when they want to drop a bike off.

Demo

Sample conversation:


demo

Dependencies

  1. pip install -r requirements.txt

Development

  1. $ docker-compose up -d
  2. $ docker exec -it obot_server_1 bash

Then you can launch the app :

  1. $ python obot/main.py

Running Docker container in production

Build container

  1. $ docker build --rm -t obotainer -f Dockerfile .

Run container

  1. $ docker run -i -t obotainer