Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
/ tldr Public archive

[OUTDATED] Automatic channel summariser bot for Slack

License

Notifications You must be signed in to change notification settings

ItamarM/tldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[OUTDATED] Automatic channel summarizer bot for Slack

A simple slack chat bot to summarize a channel content for you (TL;DR).

Installation

pip install slackbot
pip install nltk
pip install breadability
pip install docopt
pip install requests

Usage

Generate the slack api token

First you need to get the slack api token for your bot. You have two options:

  1. If you use a bot user integration of slack, you can get the api token on the integration page.
  2. If you use a real slack user, you can generate an api token on slack web api page.

Configure the api token

You need to configure the API_TOKEN in a python module tldr.py and test_slacker.py.

Run the bot

cd src
make run

TODO

  • Use env variables correctly (For slack token + Slacker)
  • See minor TODO(s) in the tldr.py

About

[OUTDATED] Automatic channel summariser bot for Slack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages