An open API service indexing awesome lists of open source software.

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

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)