Skip to content

natedsaint/maba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maba

Make America Bot Again - the really stupid bot behind Trump-talk.com

usage

If you want to just play with the command-line, you can do the following.

npm install -g maba
maba 'why do you do dis?'

Will return something like:

This is a good country, great country. That's why we're not like china. That and me is why. If you think anyone's better at me than me you're crazy, no matter what you do. Sad!

If you want to use it somewhere, you can require it, but remember it's a class.

npm install --save maba
var maba = require('maba');
var bot = new maba();
var answer = bot.ask('why you do dis?');
console.warn(answer);

About

Make America Bot Again

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published