aminbot
v1.0.1
Published
<h1>Nasim Bot Platform</h1> you can develop Nasim Bot with this sdk easily. this sdk written in <a href="http://www.typescriptlang.org">Typescript</a> <ul> <li> <h3>Why Typescript ?</h3> </li> <li> <h3>Installation</h3> </
Downloads
4
Readme
git clone http://[email protected]/scm/bot/nasim-bot-platform.git
cd nasim-bot-platform
npm install
npm install typescript -g
npm install tsd -g
tsd install
tsc
let bot = new NasimBot("yourToken");
bot.hears(['hi', 'hello'], (responser: Responser) => {
responser.reply(new TextMessage("Heloooooo"));
});