Chatter SDK Setup
Start with importing the Chatter SDK in your project.
from chatter_sdk import chatter
Generate a Chatter API key from the user menu on Chatter Platform (User > ChatterSDK > API key)
chatter.api_key = 'CHATTER_API_KEY'