https://github.com/cgsdev0/slack-goodbye
Automating farewell emails via Slack history.
https://github.com/cgsdev0/slack-goodbye
Last synced: 7 months ago
JSON representation
Automating farewell emails via Slack history.
- Host: GitHub
- URL: https://github.com/cgsdev0/slack-goodbye
- Owner: cgsdev0
- Created: 2022-01-22T05:29:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T22:32:22.000Z (over 4 years ago)
- Last Synced: 2025-02-08T02:41:23.049Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-goodbye
Automating farewell emails via Slack history.
## Background
I wasn't sure who I should send my goodbye email to, since I've worked with a lot of people
over the years. I decided to write a script to query my Slack DM history and generate a list
of email addresses of coworkers I have chatted with before on Slack.
## Dependencies
```
nodejs 17+
npm
fzf
jq
```
## Running it
Run `node index.js` in a terminal. You will be prompted for your slack cookie (can grab from
chrome network inspector tab) and a token (grabbed from the chrome JS console in a slack window).
After that, it should Just Work:tm:
## Disclaimer
This script relies on internal Slack APIs, and also contains a few things hardcoded for this particular slack instance.
This prooobably won't work out of the box. YMMV.