To install the ConnectFramework Python SDK, use the following command:
pipinstallconnectframework
Usage
Before using any functions, initialize the SDK with your API key.
Initializing the SDK
from connectframework import ConnectFramework# Initialize the SDK with your API keyConnectFramework.initialize(api_key="your_api_key_here")
User Authentication
Logging in with a Unique ID and Email
Logs in the user using a unique ID and an email. If unique_id is None, a new one is generated automatically. Returns true if email was accepted and an OTP code was sent to the email.