Skip to content

OpenBikes/obot

Repository files navigation

logo_obot

OBot

🔔 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

pip install -r requirements.txt

Development

$ docker-compose up -d
$ docker exec -it obot_server_1 bash

Then you can launch the app :

$ python obot/main.py

Running Docker container in production

Build container

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

Run container

$ docker run -i -t obotainer

Releases

No releases published

Packages

No packages published

Languages