Skip to content
/ codetalk Public

A slack integration for simple code discussion

Notifications You must be signed in to change notification settings

go1t/codetalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codetalk

A slack integration for simple code discussion

Commands

/codetalk [github file url] - start the codetalk discussion on that file (required to be run first)

/showline [linenumber, can be in range] - show the snippet from the current file at the specified line

/refer [github file url] [linenumber] - show the snippet from the specified file at the specified line

/find [keyword] - find the lines that contain the keyword

Screenshot

screenshot

Installation

Add to Slack

Manual Set up

  1. Deploy to Heroku Deploy to Heroku
  2. Remember that url
  3. Go to your slack team's slash commands configuration
  4. Add 4 commands, each pointing to these url respectively:
  • codetalk, [your-deployed-heroku-url]/review
  • showline, [your-deployed-heroku-url]/showline
  • refer, [your-deployed-heroku-url]/refer
  • find, [your-deployed-heroku-url]/search
  1. Configure other options as you see fit, and you are done!

About

A slack integration for simple code discussion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published