--- id: botbuilder-integration-aiohttp version: "4.17.1" license: MIT license_treatment: permissive maintenance: abandoned --- # botbuilder-integration-aiohttp — Microsoft Bot Framework Bot Builder License: permissive · Maintenance: abandoned · Downloads: 538.0K/mo ## What it is and what it does This package provides an aiohttp adapter for the Microsoft Bot Framework, allowing you to host a bot within an aiohttp-based web application. It bridges the Bot Framework's core components with aiohttp's asynchronous HTTP handling, enabling your bot to receive and respond to messages through HTTP endpoints in an async context. The package depends on botbuilder-core, botbuilder-schema, botframework-connector, aiohttp, and yarl. It is classified as Production/Stable but the underlying repository was archived on 2026-01-05, meaning it receives no active maintenance or updates. This makes it suitable only for existing deployments or projects that do not require ongoing support. Use it for: - Host a Bot Framework bot in an existing aiohttp application without blocking I/O. - Integrate bot message handling into an async Python web service. - Connect a bot to multiple channels through the Bot Framework connector in an async environment. - Build a lightweight bot endpoint that handles concurrent requests asynchronously. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates a Microsoft Bot Framework bot into an aiohttp web application, enabling asynchronous HTTP request handling for bot interactions. Yes, but with caution: the package has low install friction and no known vulnerabilities, but the archived repository and abandoned maintenance status mean no future fixes or updates. Install only if you are maintaining an existing bot deployment or do not require ongoing support. For new projects, evaluate whether an actively maintained alternative exists. ## Install pip install botbuilder-integration-aiohttp uv add botbuilder-integration-aiohttp poetry add botbuilder-integration-aiohttp ## Installing botbuilder-integration-aiohttp Before you install: Low install friction with a pure-Python wheel. However, the repository is archived and maintenance status is abandoned as of 2026-01-05, meaning no active support or security updates should be expected. License in practice: MIT license permits commercial and private use with minimal restrictions, requiring only attribution and inclusion of the license text. Quickstart: pip install botbuilder-integration-aiohttp from botbuilder.integration.aiohttp import CloudAdapter from botbuilder.core import BotFrameworkAdapter adapter = CloudAdapter() Requires Python 3.7.0 or later; aiohttp and botbuilder-core must be installed as runtime dependencies. Verify before relying: - Whether the abandoned status affects compatibility with current aiohttp or botbuilder-core versions - Whether security patches for dependencies are still viable given the archived repository ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 538.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiohttp bot integration, botbuilder aiohttp adapter, async bot framework web, microsoft bot framework integration, aiohttp bot connector, bot-framework, async-http [View on SkillFed](https://skillfed.io/packages/botbuilder-integration-aiohttp) · [View on PyPI](https://pypi.org/project/botbuilder-integration-aiohttp/)