Get started

Start with importing the Chatter SDK in your project.

from chatter_sdk import chatter

Authentication

Generate a Chatter API key from the user menu on Chatter Platform (User > ChatterSDK > API key)

chatter.api_key = 'CHATTER_API_KEY'