Skip to content

kevinwilde/WildeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WildeBot

Build Status

This is an artificially intelligent bot for Facebook Messenger. Feel free to message it and like the Facebook page!!

This tutorial helped me get the bot up and running on Heroku.

The bot uses a Naive Bayes classifier to react to messages it receives. It also can play Tic-Tac-Toe and Mancala. Think you can beat it?

To Do

  • Move to postgres database instead of pickling files?