Skip to main content

feishu sdk

Project description

feishu-sdk

feishu-client

from feishu_sdk import FeishuClient

fc = FeishuClient(app_id="xxx", app_secret="xxx")

feishu-server

from feishu_sdk import FeishuServer

class Server(FeishuServer):
    def __init__(self, config:dict):
        FeishuServer.__init__(config)

    def _message_callback_event_handler(self, event:dict):
        # handle message

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

feishu_py_sdk-0.0.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

feishu_py_sdk-0.0.1-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page