Contribute to larksuite/oapi-sdk-python-demo development by creating an account on GitHub.
""" 发送图片消息,使用到两个OpenAPI: 1. [上传图片](https://open.feishu.cn/document/server-docs/im-v1/image/create) 2. [发送消息](https://open.feishu.cn/document/server-docs/im-v1/message/create) """ import lark_oapi as lark from lark_oapi.api.im.v1 import * class SendImage...
base contact im send_file.py send_image.py sheets quick_start tests .gitignore LICENSE README.md client.py config.py requirements.txt Breadcrumbs oapi-sdk-python-demo /composite_api /im / send_file.py Latest commit maowenbo666 init
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} larksuite / oapi-sdk-python-demo Public Notifications You must be signed in to change notification settings Fork 3 Star 16 ...
1 + import lark_oapi as lark 2 + 3 + from config import * 4 + 5 + client = lark.Client.builder() \ 6 + .app_id(APP_ID) \ 7 + .app_secret(APP_SECRET) \ 8 + .log_level(lark.LogLevel.DEBUG) \ 9 + .build() Diff for: composite_api/base/create_app_and...
larksuite / oapi-sdk-python-demo Public Notifications Fork 3 Star 16 Code Issues Pull requests 1 Actions Projects Security Insights Commitinit Browse files main maowenbo666 committed Aug 25, 2023 1 parent 06e38b7 commit 62b9291 ...
larksuite / oapi-sdk-python-demo Public Notifications Fork 5 Star 33 Code Issues Pull requests Actions Projects Security Insights This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Commit f2e4db3 Browse files maowenbo...