leodrummond / slacking-pigeons

:bird: Chat in real time with your users directly from Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slacking Pigeons


Chat in real time with your users directly from Slack

Slacking Pigeons lets chat in real time with your users directly from Slack. No need for another tool, everybody can jump in to answer a question.

  • Each new user's question will create a new thread, keeping everything cleanly in one place
  • You can invite some people to join the support channel and help orient newcomers. There is no operator's limitations!
  • Every bits is completely open source. Build the features you need and become a part of future releases.

Slacking pigeons demo

🐦 How can I get it?

Just click here:

🐦 I have a problem with Slacking Pigeons

First, please search the open issues and closed issues to see if your issue hasn't already been reported (it may also be fixed).

If you can't find an issue that matches what you're seeing, open a new issue.

🐦 How can I contribute to Slacking Pigeons?

If you're looking for something to work on, check out the accepting-prs label.

Here is how to get started with a developer environment:

# install deps
npm i

# replace environment variables
cp .env.sample .env
source .env

cd client && npm run watch
cd server && npm run watch && npm run start
open http://localhost:4000
open http://localhost:2708

# install ngrok to expose localhost
npm i -g ngrok
ngrok http 4000

🐦 More Resources

See slacking-pigeons.com for more product-oriented information about Slacking Pigeons.

🐦 License

GPLv3

About

:bird: Chat in real time with your users directly from Slack


Languages

Language:TypeScript 73.1%Language:HTML 23.3%Language:CSS 2.3%Language:JavaScript 1.3%Language:Shell 0.1%