🔗 GitHub Repository: https://github.com/rongcloud/rongcloud-plugins-dify
RongCloud Plugins is a Dify plugin designed for quick integration with RongCloud Server API. Through this plugin, you can easily implement various RongCloud features in your Dify applications, such as sending messages, obtaining user tokens, and more.
- User Management
- User Registration
- User Information Update
- User Information Retrieval
- Message Management
- Send Private Messages
- Send Group Messages
- Message History
- Get Private Chat History
- Get Group Chat History
- Group Management
- Create Group
- Join Group
- Dismiss Group
- Get Group Members
- Leave Group
- Other Features
- Support for Chinese and English interfaces
- Simple and easy parameter configuration
- Python 3.12+
- Dify Platform
- Search for "RongCloud Plugins" in the Dify plugin marketplace
- Click the install button
- Fill in the necessary configuration information on the plugin configuration page:
- App Key
- App Secret
- Host
Parameter | Description | Required |
---|---|---|
App Key | RongCloud App Key | Yes |
App Secret | RongCloud App Secret | Yes |
Host | RongCloud API Address | Yes |
- Please ensure that RongCloud App Key and App Secret are correctly configured before use
- Message content must comply with RongCloud's format requirements
- It is recommended to conduct thorough testing before using in production environment
- Initial version release
- Support for user management features
- Support for message management features
- Support for message history query
- Support for group management features
For any issues, please contact:
- Email: huhangtao@rongcloud.cn
- GitHub Repository: https://github.com/rongcloud/rongcloud-plugins-dify
- RongCloud Technical Support: https://www.rongcloud.cn/support
MIT License
Copyright (c) 2024 RongCloud Dify Plugin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.