A now-defunct reflexive chatbot for GroupMe.
Bo is built on Node.js, a Javascript server-side runtime. The setup is similar to the documentation on GroupMe's development site. The bot was deployed on a cloud platform called Heroku.
You can interact with Bo with the trigger phrase, @Bo
.
Then, append any of the following words to your query and it will attempt to complete them:
help | about
: This menu.
flip a coin
: Heads or tails.
source
: See source on github.
number between from <x> <y>
: Random int of domain [x, y].
weather
: Current conditions in Duluth, MN
weather in <city>, <state>
: Comma required.
weather forecast
: Future conditions.
quote
: Some inspiration.
Bo was deployed to Heroku here, but to really interact you'd have to be in a GroupMe chat!