1.9.0 • Published 5 years ago
@rimiti/slack-ghost v1.9.0
slack-ghost
Description
Simulate Slack activity to appear as connected.
Install
$ npm i -g @rimiti/slack-ghostHow to use it?
Before everything, you have to go to the Slack Legacy Token page and click to Create token to generate your token.
With an environment variable (recommended)
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).With a CLI argument
- Enjoy:
$ slackghost xoxp-434098521764-517538955265-514963434770-84ea548c6tf0e7yb3028bd3fac6ff62d
$ [2019-01-02T17:52:41.088Z] - You are connected as "dobairro.dimitri" (RFA1KN75T).Scripts
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.License
MIT © Dimitri DO BAIRRO