Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 573 Bytes

slack-noteshrink

A slackbot that shrinks your notes

you'll need a few environment variables. these values are given to you upon creating a new slack app.

CLIENT_ID=
CLIENT_SECRET=
OAUTH_TOKEN=
$ pip install -r requirements.txt
$ python server.py

this bot needs files:read and files:write:user permissions and to be subscribed to file_comment_added and file_shared events.

slack has some solid tutorials

props to noteshrink