A LINE Bot which saves all messages into a Mongo DB.
Flask app.
The code is based on LINE BOT SDK Kitchen sink
docker-compose -f mongo-express-stack.yml up
export FLASK_APP=app.py
export FLASK_DEBUG=1
flask run --host=0.0.0.0
- Go to https://developers.line.me
- Grab Channel Access Token and Channel Secret
- Set webhook