M365 Agents SDK SSO broken - how to fix it?
A guide to diagnosing and fixing a broken Single Sign-On (SSO) configuration in the M365 Agents SDK for Teams bots and Copilot extensions.
A guide to diagnosing and fixing a broken Single Sign-On (SSO) configuration in the M365 Agents SDK for Teams bots and Copilot extensions.
A technical guide on building intelligent bots by combining Microsoft's low-code Copilot Studio with the Azure OpenAI Assistants API.
A tutorial on building a chat bot using the OpenAI Assistants API and the Microsoft Bot Framework SDK, with a focus on Python implementation.
A developer outlines a plan to build a Python bot that automatically clips and tweets new videos from subscribed Kenyan YouTube channels.
A tutorial on building a Reddit bot in Python using the PRAW library to listen for and respond to specific comment phrases.
A comparison of creating bots for Slack versus IRC, highlighting the complexity of proprietary APIs versus the simplicity of open standards.
Part 4 of a series on the Microsoft Bot Framework, focusing on adding natural language processing using LUIS (intents, entities, utterances).
Part 3 of a series on Microsoft Bot Framework, focusing on simplifying bot development using Form Flow to capture user input.
First part of a tutorial series on building chatbots using the Microsoft Bot Framework, covering core concepts and architecture.
A tutorial on extending a Node.js Twitter bot to automatically reply to new followers using the Twitter Streaming API and the 'twit' npm module.
A technical guide on creating a Twitter bot using Node.js and the Twit library to listen for tweets, retweet, like, and reply automatically.
First part of a series on building a Twitter bot using Node.js, covering setup, authentication, and basic search functionality.