You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

ca-lark-oauth

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ca-lark-oauth

lark(feishu) oauth webhook

0.0.9
Maintainers
1

企联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)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts