mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add bounty, slack icon for bounties, move misplaced bounty
This commit is contained in:
parent
f06d24e593
commit
ae950953f1
3 changed files with 17 additions and 1 deletions
15
posts/bounty/slack-lbry-url-handler.md
Normal file
15
posts/bounty/slack-lbry-url-handler.md
Normal 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
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue