Skip to content

❓ Q&A for a specific github's company. Slack integration. Inspired by stackoverflow.

Notifications You must be signed in to change notification settings

marcosrjjunior/c-helps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f43bec · Nov 1, 2016

History

54 Commits
Nov 1, 2016
Sep 27, 2015
Jan 15, 2016
Jan 15, 2016
Oct 29, 2015
Jan 15, 2016
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015
Nov 22, 2015
Jan 15, 2016
Sep 27, 2015
Jan 15, 2016
Jan 15, 2016
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015
Sep 27, 2015

Repository files navigation

c-helps

Q&A for a specific github's company. Slack integration. Inspired by the stackoverflow.

Setup (Laravel 5.2)

First, create a new github app, visit GitHub's New Application page, fill out the form, and grab your client ID, secret and callback URL.

After that, create a new webhook slack service, visit Slack New Webhook

Finally fill the informations in the .env file

GITHUB_ID=XXXXX
GITHUB_SECRET=XXXXXXXXXXXXXXXXXX
GITHUB_CALLBACK_URL=http://XXXXXXX/auth/github/callback

GITHUB_ONLY_COMPANY=false // true: you'll can access if you belongs to a company. Company needs to be public in your profile
C-HELPS_COMPANY=name of your company, just like in the github (slug)

SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXX/XXX/XXX
SLACK_TO=#general //#channel or @direct messages
SLACK_ICON=:ghost: //slack icons or img
composer install
vendor/bin/homestead make
vagrant up
.../vagrant php artisan migrate

Screenshots

c-helps

c-helps

c-helps

About

❓ Q&A for a specific github's company. Slack integration. Inspired by stackoverflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages