0.1.2 • Published 7 years ago

interbot v0.1.2

Weekly downloads
9
License
-
Repository
github
Last release
7 years ago

Node.js SDK for Interbot.store

This plugin allows integrating bots and similar intelligent agents from the Interbot.store Interbot marketplace.

Installation

  • Install Node.js
  • Install Interbot.store SDK with npm:
npm install interbot

Usage

  • Create main.js or add the following code to your Bot/Agent JavaScript file:
var Interbot = require('interbot')("<your developer access token>", "<your bot access token>");
  • Run following command.
node main.js