Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 824 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 824 Bytes

Django and ReactJS using Slack RTM API. Code Climate

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.

Installation

Clone the project git clone https://github.com/izdi/djslack.git

  1. pip install -r requirements.txt to install python dependencies
  2. npm install to install javascript dependencies
  3. gulp to build react dist