lark(feishu) oauth webhook
Project description
企联AI Dev
ConnectAI定位为一个帮助公司更快地建立AI内部工具的平台
产品背景
- 由于各个公司的内部管理流程不同,会有很多无法标准化的长尾AI需求
- 企业内部技术团队需要将1/3的时间用来开发维护这些内部AI工具
- 如果能将低代码用于AI内部工具的开发,无疑将极大地提升企业技术团队的效率
- 既然AI需求是无法标准化的,那么就标准化这些长尾AI需求的开发工具
- 以低代码的方式提高内部AI工具开发效率
ca-lark-oauth
- 生成飞书(Lark) oauth回调接口
python sdk
from connectai.lark.oauth import Server
app = Server()
@app.on_bot_event(app_id='cli_xxx', app_secret='xxx', event_type="oauth:user_info")
def on_oauth_user_info(bot, event_id, user_info, *args, **kwargs):
print('oauth', user_info)
app.start(host='0.0.0.0', port=8888)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ca-lark-oauth-0.0.2.tar.gz
(3.7 kB
view details)
File details
Details for the file ca-lark-oauth-0.0.2.tar.gz
.
File metadata
- Download URL: ca-lark-oauth-0.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eac7e261a2a84b8ea83970508465a62546f54620082e9c8e2df1e1fffff3f777 |
|
MD5 | 5cf0a8a3ca90cd723387993c877954da |
|
BLAKE2b-256 | 58296655995f3d79ef8a1caee68a79670d845f02772b9bcd0801a32f101a3e6f |