All Projects → izdi → react-slack-rtm

izdi / react-slack-rtm

Licence: other
Demo Slack RTM chat built with ReactJS and Django

Programming Languages

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

Projects that are alternatives of or similar to react-slack-rtm

Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (+1288.24%)
Mutual labels:  slack
Dbt
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Stars: ✭ 3,919 (+22952.94%)
Mutual labels:  slack
vscode-chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 496 (+2817.65%)
Mutual labels:  slack
Botmaster
The chatbot framework for your serious projects
Stars: ✭ 239 (+1305.88%)
Mutual labels:  slack
Slacknimate
👯 Realtime text animation for Slack chatops
Stars: ✭ 250 (+1370.59%)
Mutual labels:  slack
captcha-generator
An NPM package to generate captcha images that can be used in Discord bots or various other projects
Stars: ✭ 45 (+164.71%)
Mutual labels:  slack
Psslack
PowerShell module for simple Slack integration
Stars: ✭ 231 (+1258.82%)
Mutual labels:  slack
Stevenson
Stevenson is a Vapor framework designed to build integrations between Slack apps, GitHub, JIRA and CI services (CircleCI).
Stars: ✭ 57 (+235.29%)
Mutual labels:  slack
Exchat
(Not maintaining) A Slack-like app by Elixir, Phoenix & React(redux)
Stars: ✭ 252 (+1382.35%)
Mutual labels:  slack
djangobot
Bridge between Slack and Django, via Channels
Stars: ✭ 66 (+288.24%)
Mutual labels:  slack
Matterircd
Connect to your mattermost or slack using your IRC-client of choice.
Stars: ✭ 241 (+1317.65%)
Mutual labels:  slack
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+16747.06%)
Mutual labels:  slack
slack neuralyzer
Ruby gem for clean up messages and files on Slack.
Stars: ✭ 58 (+241.18%)
Mutual labels:  slack
Peek
All new design. Inspect your iOS application at runtime.
Stars: ✭ 2,594 (+15158.82%)
Mutual labels:  slack
SlackMC
Link Slack to Minecraft!
Stars: ✭ 61 (+258.82%)
Mutual labels:  slack
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (+1264.71%)
Mutual labels:  slack
github-issues-notice
Notify labeled issues to Slack
Stars: ✭ 20 (+17.65%)
Mutual labels:  slack
cheat-sheet-pdf
📜 A Cheat-Sheet Collection from the WWW
Stars: ✭ 728 (+4182.35%)
Mutual labels:  slack
slackdeletron
[DEPRECATED] - V3.0 of Slack Deletron
Stars: ✭ 35 (+105.88%)
Mutual labels:  slack
slack-ascii
ASCII Emoticons for Slack!
Stars: ✭ 15 (-11.76%)
Mutual labels:  slack

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
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].