Skip to content

yosuke-furukawa/smile_shot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile Shot

Smile Shot takes a picture from your camera and analyze the camera image. if the image has some smiles ( :D ) you can get the smiles from slack.

In my case, I would like to see my daughter face when she smiles.

haruka

how to use

  • install
$ git clone https://github.com/yosuke-furukawa/smile_shot
$ npm install
  • write config files
// conf/key.json
// download from google cloud
{
  "type": "foobarbuz",
  "project_id": "foo",
  "private_key_id": "keyid",
  "private_key": "key",
  ...
}
// conf/gcloud.json
{
  "projectId": "xxxxxxxxxxx",
  "keyFilename": "./conf/key.json"
}
// conf/slack.json
{
  "api_token": "xoxp-xxxxxxxxxxxxxxxxxxxxxxxx",
  "channels": ["general"]
}

About

Detect Smiles and send smiles to slack and gcloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published