🔔 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.
Sample conversation:
pip install -r requirements.txt
$ docker-compose up -d
$ docker exec -it obot_server_1 bash
Then you can launch the app :
$ python obot/main.py
$ docker build --rm -t obotainer -f Dockerfile .
$ docker run -i -t obotainer