/Twitter-Search-Bot-V1

Bot Framework Composer (4.8) and Twitter API Search Integration

Primary LanguageC#

Bot Project

Bot project is the launcher project for the bots written in declarative form (JSON), using the Composer, for the Bot Framework SDK.

Instructions for setting up the Bot Project runtime

The Bot Project is a regular Bot Framework SDK V4 project. Before you can launch it from the emulator, you need to make sure you can run the bot.

Prerequisite:

  • Install .Netcore 3.1

Commands:

  • from root folder
  • cd BotProject
  • cd Templates/CSharp
  • dotnet user-secrets init // init the user secret id
  • dotnet build // build
  • dotnet run // start the bot
  • It will start a web server and listening at http://localhost:3979.

Test bot