Skip to content

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

trioni/facelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facelist

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

Configuration

facelist is configured by setting environment variables in app.yaml:

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

Development

Install google-cloud-sdk

$ brew cask install google-cloud-sdk

Run locally:

$ dev_appserver.py app.yaml

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

Deploy app

$ gcloud config set project <gae project id>
$ gcloud app deploy

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