https://github.com/its-alex/slack-yaml-user-list
Parse all users on a channel to yaml file
https://github.com/its-alex/slack-yaml-user-list
Last synced: 5 months ago
JSON representation
Parse all users on a channel to yaml file
- Host: GitHub
- URL: https://github.com/its-alex/slack-yaml-user-list
- Owner: Its-Alex
- License: mit
- Created: 2018-07-04T08:31:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T00:30:13.000Z (over 3 years ago)
- Last Synced: 2025-10-30T17:48:21.778Z (8 months ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack-yaml-user-list
Parse all users on a channel to yaml file
## Requirements
You must see two environment variable:
* `SYUL_SLACK_TOKEN` Token from user who made requests
* `SYUL_SLACK_CHANNEL` Token of channel that you want users
## Hack on it
To start project
```
$ npm run start-dev
```
## Docker
There is an image docker that you can use `itsalex/slack-yaml-user-list`
```
$ docker pull itsalex/slack-yaml-user-list
```
You can run container with
```
$ docker run --rm -v $(pwd)/users.yaml:/slack-yaml-user-list/users.yaml -e SYUL_SLACK_TOKEN= -e SYUL_SLACK_CHANNEL= itsalex/slack-yaml-user-list:master
```
## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)