python chat example
1.0.0
Python과 채팅을 구축하는 데는 시간이 많이 걸릴 수 있습니다. Stream Chat은 필요한 SDK 및 기본 인프라를 제공하여 누구나 Python과 채팅을 할 수 있도록합니다.
이 저장소는 Django 및 React와 함께 Python Chat 튜토리얼의 Codebase를 호스팅합니다.
1. 저장소를 복제하십시오
git clone [email protected]:GetStream/python-chat-example.git
2. 설정 종속성
brew install python3brew install node && brew install yarnpython3 -m venv chatexamplesource chatexample/bin/activatecd python-chat-example/chat-frontend && yarn && yarn start3. 스트림 채팅 API 자격 증명을 교체하십시오
mychat/settings.py 47 행 및 4817 행에 chat-frontend/src/Chat.js