Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izdi/react-slack-rtm

Demo Slack RTM chat built with ReactJS and Django
https://github.com/izdi/react-slack-rtm

demo django javascript reactjs slack

Last synced: about 1 month ago
JSON representation

Demo Slack RTM chat built with ReactJS and Django

Awesome Lists containing this project

README

        

# Django and ReactJS using Slack RTM API. [![Code Climate](https://codeclimate.com/repos/561a5123e30ba0557a003990/badges/8448e4f0ef0aa3ee1d70/gpa.svg)](https://codeclimate.com/repos/561a5123e30ba0557a003990/feed)

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