foca / jets-example-slack-command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Command Example Project

This is an example project that implements a basic slack command handler. It handles a slack command in the form "/[command] [page url] [subject]" and does the following:

  • Scrapes the images from the specified page
  • Filters the images to match the desired subject using AWS Rekognition
  • Posts the matching images back to Slack

About

License:MIT License


Languages

Language:Ruby 79.8%Language:HTML 18.3%Language:Shell 1.9%