/sensor_bot

Facebook Messenger chatbot program using heroku API

Primary LanguagePython

Facebook Messenger Bot for Sensory Data

This is a simple messenger bot for querying sensory data: weather data and PM2.5 data. Chinese texts are used in this project, but the codes can also be adapted to accomodate other languages.

This project is part of the Academia Sinica project.

Dependencies (see requirements.txt for a full list)

  • Flask==0.11.1 --> to provide the web server
  • gunicorn==19.6.0 --> useful for Heroku
  • requests==2.10.0 --> to connect to the Facebook API
  • pymysql==0.7.11 --> MySQL adapter on Python
  • jieba==0.38 --> Chinese texts tokenizer

Presented by: Lalala and Plum