Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.36 KB

File metadata and controls

29 lines (21 loc) · 1.36 KB

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!