Mostly Django only serves routes to pages and handles OAuth storing users tokens. React builds main chat application. You can also use this demo project as example of how to integrate ReactJS with your Django projects. Thanks to Slack for reach API documentation https://api.slack.com.
Note: at this moment implemented only messaging functionality between channels.
Clone the project git clone https://github.com/izdi/djslack.git
pip install -r requirements.txt
to install python dependenciesnpm install
to install javascript dependenciesgulp
to build react dist