Simulate Slack activity to appear as connected.
$ npm i -g @rimiti/slack-ghost
Before everything, you have to go to the Slack Legacy Token page and click to Create token to generate your token.
1 Create the SLACK_GHOST_TOKEN
environment variable:
$ export SLACK_GHOST_TOKEN=token
- Enjoy:
$ slackghost
$ [2019-01-02T17:52:41.088Z] - You are connected as "dobairro.dimitri" (RFA1KN75T).
- Enjoy:
$ slackghost xoxp-434098521764-517538955265-514963434770-84ea548c6tf0e7yb3028bd3fac6ff62d
$ [2019-01-02T17:52:41.088Z] - You are connected as "dobairro.dimitri" (RFA1KN75T).
Run using yarn run <script>
command.
clean - Remove temporarily folders.
build - Compile source files.
build:watch - Interactive watch mode, compile sources on change.
lint - Lint source files.
lint:fix - Lint source files and auto-fix.
MIT © Dimitri DO BAIRRO