0.38.0 • Published 2 years ago

saihubot v0.38.0

Weekly downloads
31
License
MIT
Repository
github
Last release
2 years ago

saihubot-core

:robot: Frontend Framework to build :speech_balloon: message/chat bots ops in the :globe_with_meridians: Browser, no server required.

You can add new skills to bot via skills and extend its ability via addons. All with plain javascript. :clap:

Find out more details in https://github.com/gasolin/saihubot

HTML project

Install

npm install saihubot saihubot-html-adapter saihubot-skill-diagnostics

Import and Construct

The script is used to bootstrap the Saihubot.

<script type="module">
  import SaihuBot from 'node_modules/saihubot/src/saihubot.js';
  import htmlAdapter from 'node_modules/saihubot-html-adapter/saihubot-html-adapter.js'
  import { skills } from 'saihubot-skill-diagnostics/index.js'

  new SaihuBot({
    adapter: htmlAdapter,
    skills: [...skills], // equip skills
    debug: true, // show debug messages
  });
</script>

Commannd Line project (import via Module)

Install

npm install saihubot saihubot-cli-adapter saihubot-skill-diagnostics

Import and Construct

The script is used to bootstrap the Saihubot.

import SaihuBot from 'saihubot/dist/saihubot';
import {cliAdapter} from 'saihubot-cli-adapter';
import {skills} from 'saihubot-skill-diagnostics';

new SaihuBot({
  adapter: cliAdapter,
  skills: [...skills], // equip skills
  debug: true, // show debug messages
});
0.38.0

2 years ago

0.37.0

3 years ago

0.36.0

3 years ago

0.35.0

3 years ago

0.34.0

3 years ago

0.33.0

3 years ago

0.30.7

3 years ago

0.30.6

4 years ago

0.30.3

4 years ago

0.30.2

4 years ago

0.30.0

4 years ago

0.29.0

4 years ago

0.28.0

4 years ago

0.27.0

4 years ago

0.26.1

4 years ago

0.26.0

4 years ago

0.25.0

4 years ago

0.24.0

4 years ago

0.23.0

4 years ago

0.21.0

4 years ago

0.22.0

4 years ago

0.20.0

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.8.1

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago