Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tangledhelix/findslacker
- Owner: tangledhelix
- License: mit
- Created: 2016-05-06T00:08:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:24:41.000Z (8 months ago)
- Last Synced: 2024-05-23T00:29:20.683Z (8 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.