--- id: rocketchat-api version: "3.7.1" license: MIT license_treatment: permissive maintenance: active --- # rocketchat-API — Python API wrapper for Rocket.Chat License: permissive · Maintenance: active · Downloads: 471.7K/mo ## What it is and what it does rocketchat_API is a Python wrapper around the Rocket.Chat REST API that abstracts HTTP calls into Python method calls. It handles authentication (both credential-based and token-based), message posting, channel management, user queries, and other chat operations through a simple object-oriented interface. The library is designed for developers who need to automate Rocket.Chat workflows, build bots, or integrate Rocket.Chat into larger Python applications. It wraps the underlying HTTP requests library and handles the details of constructing API calls, managing authentication tokens, and parsing responses. The package is actively maintained and tested against multiple Python and Rocket.Chat versions. Use it for: - Build a bot that monitors channels and posts automated responses or notifications. - Integrate Rocket.Chat messaging into a Python application for team notifications. - Automate channel and user management tasks programmatically. - Fetch chat history or user data for reporting or analytics. - Create a bridge between Rocket.Chat and external systems or workflows. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python wrapper for the Rocket.Chat REST API, enabling programmatic access to chat, channels, users, and messaging features. Yes. The package has low install friction, active maintenance (released 6 days ago), no known vulnerabilities, permissive MIT licensing, and a straightforward API surface. It is suitable for any Python project that needs to interact with a Rocket.Chat instance. The only prerequisite is Python 3.10+ and access to a Rocket.Chat server. ## Install pip install rocketchat-api uv add rocketchat-api poetry add rocketchat-api ## Installing rocketchat-API Before you install: Low install friction with only two runtime dependencies (requests and packaging). Active maintenance with a release 6 days ago and continuous testing against supported Python and Rocket.Chat versions. License in practice: MIT license permits commercial and private use with minimal restrictions, making it safe for most projects. Quickstart: pip install rocketchat_API from rocketchat_API.rocketchat import RocketChat rocket = RocketChat('user', 'pass', server_url='https://demo.rocket.chat') rocket.chat_post_message('hello', channel='GENERAL') Requires Python 3.10 or higher and a running Rocket.Chat server instance. Verify before relying: - Whether the library supports all current Rocket.Chat API endpoints or only a subset. - Performance characteristics when handling large message volumes or channel lists. - Whether async/await support is available for concurrent operations. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 471.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags rocket.chat api client, rocket.chat python wrapper, rocket.chat rest api, chat automation python, rocket.chat messaging sdk, rocket.chat bot integration, rocket.chat api library, chat-api, rest-client, automation [View on SkillFed](https://skillfed.io/packages/rocketchat-api) · [View on PyPI](https://pypi.org/project/rocketchat-api/)