Skip to content

robustrobotics/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatter

A simple bot to talk to github

Installation

First, install uwsgi and flask

sudo apt-get install uwsgi uwsgi-plugin-python python-flask

Next, configure nginx by adding the following lines to a server block.

location /chatter/ {
  include uwsgi_params;
  uwsgi_pass 127.0.0.1:9001;
}

Todo

Look at making the robot more conversational. NLTK is a good start, and this StackOverflow answer has some more links.

About

A simple bot to talk to github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages