https://github.com/tangledhelix/findslacker
Find users matching a substring on your Slack site.
https://github.com/tangledhelix/findslacker
Last synced: 4 months 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:24:41.000Z (about 1 year ago)
- Last Synced: 2025-01-30T19:35:58.942Z (5 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.