Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakebook/slack_your_day
Random choice users from user group in Slack
https://github.com/sakebook/slack_your_day
dart dart2js firebase-functions slack slackbot
Last synced: about 2 months ago
JSON representation
Random choice users from user group in Slack
- Host: GitHub
- URL: https://github.com/sakebook/slack_your_day
- Owner: sakebook
- License: apache-2.0
- Created: 2019-06-25T12:30:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:43:56.000Z (about 2 years ago)
- Last Synced: 2024-10-19T07:38:28.260Z (3 months ago)
- Topics: dart, dart2js, firebase-functions, slack, slackbot
- Language: Dart
- Size: 226 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack_your_day
- Random choice users from user group in Slack
![image](https://raw.githubusercontent.com/sakebook/slack_your_day/master/art/sample.png)
## Requirements
- Firebase plan Flame or Blaze (Not Spark!)
- Slack Outgoing WebHooks## Setup
```sh
$ git clone https://github.com/sakebook/slack_your_day
$ cd slack_your_day
$ firebase init
$ cd functions
$ firebase functions:config:set secret.token="xoxp-XXXXXXXXXXXXXXXX"
```## Build
```sh
$ pub run build_runner build --output=build
$ firebase serve --only functions
```## Deploy
```sh
$ pub run build_runner build --output=build
$ firebase deploy --only functions
```