Introduction
If you are like me, afraid to hear « He isn’t connected to Slack, he must not work… », this quick tutorial will interest you. ?
Let’s go!
Before everything, you need to have NodeJS installed on your machine because this tool has been developed in Javascript.
NodeJS installed, we just have to install the @rimiti/slack-ghost package globally from NPM:
1 |
$ npm i -g @rimiti/slack-ghost |
After that, you need to get your Slack Legacy Token:
Copy the generated token and create the environment variable like:
1 |
$ export SLACK_GHOST_TOKEN=xoxp-434039121764-514358755265-514963434781-8a42548cfba0p8d028bd3fe1ac6ff65d |
Run the tool:
1 2 |
$ slackghost $ [2019-01-04T18:03:28+01:00] - You are connected as "dobairro.dimitri" (UF4AJN77T). |
You appear now present on your Slack Workspace ??
Sources
- Github page: @rimiti/slack-ghost
One comment
Ivan
Posted on 5 janvier 2019 at 11 h 06 minThank you Dimitri for this amazing tool.