Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/slack-ghost
👻 Simulate your Slack activity to appear always as connected.
https://github.com/rimiti/slack-ghost
activity connected hack javascript live nodejs online presence slack
Last synced: about 3 hours ago
JSON representation
👻 Simulate your Slack activity to appear always as connected.
- Host: GitHub
- URL: https://github.com/rimiti/slack-ghost
- Owner: rimiti
- License: mit
- Created: 2019-01-02T15:20:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T09:12:12.000Z (over 2 years ago)
- Last Synced: 2024-10-31T17:58:10.084Z (7 days ago)
- Topics: activity, connected, hack, javascript, live, nodejs, online, presence, slack
- Language: JavaScript
- Homepage: https://dimsolution.com/blog/2019-01-04/how-to-appear-always-connected-on-slack/
- Size: 124 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-ghost
[![Dependencies][prod-dependencies-badge]][prod-dependencies]
[![Build][build-badge]][build]
[![MIT License][license-badge]][LICENSE]
[![PRs Welcome][prs-badge]][prs]## Description
Simulate Slack activity to appear as connected.
## Install
```bash
$ npm i -g @rimiti/slack-ghost
```## How to use it?
Before everything, you have to go to the [Slack Legacy Token](https://api.slack.com/custom-integrations/legacy-tokens) page and click to *Create token*
to generate your token.### With an environment variable (recommended)
1 Create the `SLACK_GHOST_TOKEN` environment variable:
```bash
$ export SLACK_GHOST_TOKEN=token
```
2. Enjoy:```
$ slackghost
$ [2019-01-02T17:52:41.088Z] - You are connected as "dobairro.dimitri" (RFA1KN75T).
```### With a CLI argument
1. 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 `` 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](https://github.com/rimiti/slack-ghost/blob/master/LICENSE)
[prod-dependencies-badge]: https://david-dm.org/rimiti/slack-ghost/status.svg
[prod-dependencies]: https://david-dm.org/rimiti/slack-ghost
[build-badge]: https://github.com/rimiti/slack-ghost/workflows/Test/badge.svg
[build]: https://github.com/rimiti/slack-ghost/actions?query=workflow%3ATest+branch%3Amaster
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license]: https://github.com/rimiti/slack-ghost/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com