https://github.com/sonictruth/slacker
🤖 Android Slack Presence Bot 🤖
https://github.com/sonictruth/slacker
android javascript react reactnative slack
Last synced: 2 months ago
JSON representation
🤖 Android Slack Presence Bot 🤖
- Host: GitHub
- URL: https://github.com/sonictruth/slacker
- Owner: sonictruth
- Created: 2021-01-19T11:38:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T18:54:36.000Z (over 5 years ago)
- Last Synced: 2025-01-10T12:57:47.553Z (over 1 year ago)
- Topics: android, javascript, react, reactnative, slack
- Language: JavaScript
- Homepage:
- Size: 12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Slacker
=======

React Native Android application that uses a background task to keep your slack presence active.
### Features:
- Send fake 'User is typing' when you get a private message or you are mentioned in a channel.
- Pressing on a message from the log viewer will open the message channel in Slack client or Slack Web client.
## Development
```
npm i; npm run android;
```
## Build
```
npm i; npm run android:build;
```
## Install
Enable 'Unknown Sources' then install apk from [Releases (Assets)](https://github.com/sonictruth/slacker/releases).
## Usage
Slacker can use the same token as [slack-term](https://github.com/erroneousboat/slack-term).
Use one of the methods described [here](https://github.com/erroneousboat/slack-term/wiki#running-slack-term-without-legacy-tokens) to get one.