/daftbot

A KIA chatbot for use with GroupMe, written in python.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

daftbot

daftbot is a WIP chatbot for use with GroupMe, written in python.

It has a couple of required packages, for network operations:

  • Tornado is used:
    • As a server to listen for incoming requests from GroupMe
    • As an application layer to handle those requests
  • Requests is used to send message requests to GroupMe