1.4 KiB
1.4 KiB
General Bots - Run and Talk to the Bot
The bot development stack
The Bot Factory
GeneralBots aims to delivery bots in azure in a very easy and fast fashion. Use Office tools like Word or Excel to edit your Bot - using code (JavaScript or TypeScript) just to empower custom requirements.
How To
Run the server locally
- Install Node.js the current generation General Bot code execution platform;
- Open a Terminal on Linux and Mac or a Command Prompt window on Windows;
- Type
npm install -g botserver
and press ENTER; - Type
gbot
to run the server core.
Notes:
- nodejs.install Chocolatey Package is also available.
- The zip source code of General Bot is also available for Download;
Running unit tests
- Enter the BotServer root folder.
- Run tests by
npm test
.
Just copy the source code to your machine
- Download the Zip file.