Skip to content
forked from trioni/facelist

A GAE app that queries Slack for user profiles and show them on a simple web page

License

Notifications You must be signed in to change notification settings

hashier/facelist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facelist

An app that queries Slack API for user profiles and show them on a simple web page.

Configuration

facelist is configured by a config file e.g facelist.yaml:

* emailFilter - Only users with a email ending with this string will be showed
* slackTeam - The name of your slack team
* slackAPIToken - Access token to the Slack api

Development

Download external dependencies

$ go mod download

Build and run locally:

$ go build
$ ./facelist

The facelist should be served at http://localhost:8080/

Deploy app

The included dockerfile can be used to deploy the app.

About

A GAE app that queries Slack for user profiles and show them on a simple web page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.9%
  • Go 45.3%
  • Dockerfile 2.8%