<p align="center">
<img src="./docs/images/logo.png" width="200" height="200" alt="nonebot-adapter-rocketchat" />
</p>
<h1 align="center">
NoneBot-Adapter-RocketChat
</h1>
<p align="center">
<img src="https://img.shields.io/github/v/release/IUnlimit/nonebot-adapter-rocketchat?label=version">
<a alt="License" href="https://www.gnu.org/licenses/agpl-3.0.en.html"><image src="https://img.shields.io/badge/license-AGPLv3-4EB1BA.svg"></image></a>
</p>
## Usage
[How to create a RocketChat bot account](https://developer.rocket.chat/bots/creating-your-own-bot-from-scratch)
> Notice: This project (as well as `rocketchat_API`) does not support 2FA authentication. Please make sure that the robot account has turned off 2FA authentication before starting !
```toml
# Bot username
RC_USERNAME="yourbot.name"
# Bot password
RC_PASSWORD="password"
# RocketChat server url
RC_SERVER_HTTP="http://localhost:3000"
RC_SERVER_WSS="ws://localhost:3000/websocket"
# Proxy server (Optional)
[RC_PROXIES]
http = "http://127.0.0.1:7890"
https = "https://127.0.0.1:7890"
```
## Support
- [x] stream-room-messages
## Thanks
- [rocket-python](https://github.com/Pipoline/rocket-python)
- [RealTime API](https://github.com/hynek-urban/rocketchat-async)
Raw data
{
"_id": null,
"home_page": null,
"name": "nonebot-adapter-rocketchat",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "bot, nonebot, Rocket.Chat",
"author": null,
"author_email": "IllTamer <mail@illtamer.com>",
"download_url": "https://files.pythonhosted.org/packages/60/26/f558ae21ea52b06a925f910c5210e90f3ca53e8e5a5f6fe0d8e51cba167a/nonebot-adapter-rocketchat-0.1.0.tar.gz",
"platform": null,
"description": "<p align=\"center\"> \n <img src=\"./docs/images/logo.png\" width=\"200\" height=\"200\" alt=\"nonebot-adapter-rocketchat\" />\n</p>\n\n<h1 align=\"center\">\n NoneBot-Adapter-RocketChat\n</h1>\n\n<p align=\"center\">\n <img src=\"https://img.shields.io/github/v/release/IUnlimit/nonebot-adapter-rocketchat?label=version\">\n <a alt=\"License\" href=\"https://www.gnu.org/licenses/agpl-3.0.en.html\"><image src=\"https://img.shields.io/badge/license-AGPLv3-4EB1BA.svg\"></image></a>\n</p>\n\n## Usage\n\n[How to create a RocketChat bot account](https://developer.rocket.chat/bots/creating-your-own-bot-from-scratch) \n\n> Notice: This project (as well as `rocketchat_API`) does not support 2FA authentication. Please make sure that the robot account has turned off 2FA authentication before starting !\n\n```toml\n# Bot username\nRC_USERNAME=\"yourbot.name\"\n# Bot password\nRC_PASSWORD=\"password\"\n# RocketChat server url\nRC_SERVER_HTTP=\"http://localhost:3000\"\nRC_SERVER_WSS=\"ws://localhost:3000/websocket\"\n# Proxy server (Optional)\n[RC_PROXIES]\nhttp = \"http://127.0.0.1:7890\"\nhttps = \"https://127.0.0.1:7890\"\n```\n\n## Support\n\n- [x] stream-room-messages\n\n## Thanks\n\n- [rocket-python](https://github.com/Pipoline/rocket-python)\n- [RealTime API](https://github.com/hynek-urban/rocketchat-async)\n",
"bugtrack_url": null,
"license": null,
"summary": "RocketChat adapter for nonebot2",
"version": "0.1.0",
"project_urls": {
"documentation": "https://github.com/IUnlimit/nonebot-adapter-rocketchat/blob/main/README.md",
"homepage": "https://github.com/IUnlimit",
"repository": "https://github.com/IUnlimit/nonebot-adapter-rocketchat"
},
"split_keywords": [
"bot",
" nonebot",
" rocket.chat"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "03252975f9679b60ce16038d899d5d8d2664268d5a76cecc97127b8c07d14700",
"md5": "86f8f2312fcb99683ee4dfc5883b44f6",
"sha256": "7f776b5b6ed28decc8e8eb97a46e496be3a4adc616b1bf167f8bf4039d7f60b2"
},
"downloads": -1,
"filename": "nonebot_adapter_rocketchat-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86f8f2312fcb99683ee4dfc5883b44f6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 30175,
"upload_time": "2024-04-10T07:17:20",
"upload_time_iso_8601": "2024-04-10T07:17:20.022349Z",
"url": "https://files.pythonhosted.org/packages/03/25/2975f9679b60ce16038d899d5d8d2664268d5a76cecc97127b8c07d14700/nonebot_adapter_rocketchat-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6026f558ae21ea52b06a925f910c5210e90f3ca53e8e5a5f6fe0d8e51cba167a",
"md5": "baad99af95b0412fca06f62be212efb7",
"sha256": "86c4c520fba2e0d29fe3cdb9b108ca1c10824bac5d07e637c0fb5d879c4e99d4"
},
"downloads": -1,
"filename": "nonebot-adapter-rocketchat-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "baad99af95b0412fca06f62be212efb7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 26551,
"upload_time": "2024-04-10T07:17:22",
"upload_time_iso_8601": "2024-04-10T07:17:22.246742Z",
"url": "https://files.pythonhosted.org/packages/60/26/f558ae21ea52b06a925f910c5210e90f3ca53e8e5a5f6fe0d8e51cba167a/nonebot-adapter-rocketchat-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-10 07:17:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "IUnlimit",
"github_project": "nonebot-adapter-rocketchat",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "nonebot-adapter-rocketchat"
}