Building chat with Python can be a time consuming task. Stream Chat provides the necessary SDK and underlying infrastructure to allow anyone to build chat with Python.
This repository hosts the codebase for the Python Chat Tutorial with Django and React.
1. Clone the Repository
git clone git@github.com:GetStream/python-chat-example.git
2. Setup Dependencies
brew install python3brew install node && brew install yarnpython3 -m venv chatexamplesource chatexample/bin/activatecd python-chat-example/chat-frontend && yarn && yarn start
3. Replace Stream Chat API Credentials
mychat/settings.pyon line47and48chat-frontend/src/Chat.json line17
