GitXplorerGitXplorer
i

slack-tldr

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
4569311e72cfbb341c1085fc21f689fa8e0f1fac

Add -version

iivey committed 8 years ago
Unverified
393d4126d7c78f096051b2f6e7e954570e0ed75a

Add -emoji and -username flags

iivey committed 8 years ago
Unverified
418da3c00695d018fff942b80ff37f47cbd570d6

fix redundant message

iivey committed 8 years ago
Unverified
4e8ccdba3b28628c0f7d078203d3911a75f7213f

[skip ci] rename main.go

iivey committed 8 years ago
Unverified
0e309c2bd303034623f5324885b758051c468295

README update

iivey committed 8 years ago
Unverified
c1c8bfa6fe1b939863988c0c14721c987b68fc82

Add service file

iivey committed 8 years ago

README

The README file for this repository.

slack-tldr Build Status

A Slack bot to provide easy access to pinned items inline in the chat. Groups used to the hangupsbot built-in /bot tldr may find this an useful tool to ease transition to Slack.

Installation

  1. Download the installation archive from the releases tab.
  2. Untar: tar xvfz slack-tldr.linux.amd64.tgz
  3. Create a Slack bot and copy the token.
  4. Run it: ./slack-tldr -token 'YOURSLACKTOKEN'
  5. Optional: use slack-tldr.service to keep it running under systemd

Usage

Invite the bot to the channels you want it to be active in. Since it stores items with pins in the channel, each channel has a separate list.

If you just want to see the current pins, +tldr will trigger the bot to display them.

You can create a new pin with +tldr Important thing to remember.

You can delete a pinned item by getting the list from +tldr and then +tldr remove 2 where 2 is the number you want to delete.

Customization

If you'd rather use something other than +tldr as the command string, the -command flag will allow you to change it.