All Projects → GetStream → python-chat-example

GetStream / python-chat-example

Licence: other
Chat with Python, Django and React

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Chat with Python, Django and React

Chat with Python, Django and React

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.

To get started, follow these steps:

1. Clone the Repository

git clone [email protected]:GetStream/python-chat-example.git

2. Setup Dependencies

  • brew install python3
  • brew install node && brew install yarn
  • python3 -m venv chatexample
  • source chatexample/bin/activate
  • cd python-chat-example/chat-frontend && yarn && yarn start

3. Replace Stream Chat API Credentials

  • mychat/settings.py on line 47 and 48
  • chat-frontend/src/Chat.js on line 17
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].