You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your text editor, create a new file and write the following in it:
! version 1
+ hello bot
- Hello, human!
Save it in your project working directory as hello.bot, then execute botscript cli on that directory:
BotScript Interactive Mode
-----------------------------------------
Version: 1.30
Working directory: /home/user/botscript
You are now chatting with the BotScript bot. Type a message and press `Enter` to send it.
When finished, type'quit' to exit the program. Type 'help'for other instructions.
You>
At the prompt, type "Hello bot" and press Enter. The bot should respond with "Hello, human!"