https://github.com/superseb/slack-web-admin
https://github.com/superseb/slack-web-admin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superseb/slack-web-admin
- Owner: superseb
- Created: 2016-03-18T14:05:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T14:05:35.000Z (over 10 years ago)
- Last Synced: 2025-03-21T11:17:33.124Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack-web-admin
Frontend to common Slack user admin tasks
# Features
Endpoints:
- / (list users)
- /invite/*emailaddress* (sent invite to *emailaddress*)
# Usage
- Export Slack token environment variable
```bash
export SLACKWEBADMIN_SLACKTOKEN=token
```
- Run it