Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandly/slack-noteshrink
A slackbot that shrinks your notes
https://github.com/brandly/slack-noteshrink
notes noteshrink slack slackbot whiteboard
Last synced: 18 days ago
JSON representation
A slackbot that shrinks your notes
- Host: GitHub
- URL: https://github.com/brandly/slack-noteshrink
- Owner: brandly
- Created: 2018-03-19T03:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T15:18:19.693Z (about 1 month ago)
- Topics: notes, noteshrink, slack, slackbot, whiteboard
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-noteshrink
> A slackbot that shrinks your notesyou'll need a few environment variables. these values are given to you upon [creating a new slack app](https://api.slack.com/apps?new_app=1).
```
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](https://api.slack.com/tutorials)
props to [noteshrink](https://github.com/mzucker/noteshrink)