Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tangledhelix/findslacker

Find users matching a substring on your Slack site.
https://github.com/tangledhelix/findslacker

Last synced: about 1 month ago
JSON representation

Find users matching a substring on your Slack site.

Awesome Lists containing this project

README

        

A script to find users matching a substring on your Slack site. Easy to plug
into a script that looks for access to shut off when someone leaves the
organization.

```
cp config.json.sample config.json
```

Update `api_token` to contain an API token valid for your Slack site.

Then, to find people matching "john",

```
./findSlacker.py john
```

The username, full name, and email fields are searched.