Overview¶
This section will cover steps to get your bot up and running.
It is expected at this point that you have received a Client ID and Secret. If you have not, contact Joel_Alta with a desired bot name. You will be able to proceed with many of these steps, but will not be able to run the bot without a Client ID.
This will involve the following steps:
Installing global dependencies
Creating an empty js-tale typescript/nodejs project
Setting up a config file
Setting up index.ts with a basic bot template
Testing!
It is advised that you read through each of these steps thoroughly, to ensure you don’t run into any issues.