Links

Symphony Bot Generator

This section requires npm (Node Package Manager) and yo (Yeoman) to be installed on your local machine as a prerequisite.
The Symphony Bot Generator is a yeoman based CLI tool that can be used to quickly generate Symphony bot and app project scaffolds. You can create example Bot applications across our developer toolkits in the below languages:
  • BDK 2.0 for Java
  • BDK 2.0 for Python
  • WDK 1.0

Quick Start

Install the Symphony Bot Generator:
$ npm i -g @finos/generator-symphony
Create a new directory and go into it:
$ mkdir mybot && cd mybot
Run Symphony Bot Generator and follow instructions in your terminal:
$ yo @finos/symphony
Configure your Bot and environment accordingly: