add bounty, slack icon for bounties, move misplaced bounty

This commit is contained in:
Jeremy Kauffman 2016-08-06 12:55:41 -04:00
parent f06d24e593
commit ae950953f1
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,15 @@
---
category: slack
title: Create a URL Handler for Slack
award: 1000
status: available
date: '2016-07-01'
---
Create a script or Slackbot that will:
- Use the Slack API to monitor all messages in all channels
- Detect messages sent with LBRY URLs, e.g. `lbry://oprahbees`
- Look up LBRY URLs
- Detect if the image resolves to a GIF/GIFV and has no license payment
- Fetch and display the image

View file

@ -50,7 +50,8 @@
case 'android': echo 'icon-android'; break;
case 'ios': echo 'icon-apple'; break;
case 'browser': echo 'icon-globe'; break;
case 'human': echo 'icon-users'; break;
case 'human': echo 'icon-users'; break;
case 'slack': echo 'icon-slack'; break;
default: echo 'icon-dollar'; break;
} ?>
"></span></div>