This is a simple news bot built using the Microsoft Bot Framework and fetches the latest news headlines
To run the application:
- Clone the project
- Install necessary dependencies
npm i
- Run the project
node index.js
Install the Bot Framework Emulator to test the bot.
Open the emulator and connect to your bot using the endpoint http://localhost:3978/api/messages
.
Start interacting with the bot by typing messages. Try asking for news or headlines to trigger the news retrieval functionality.