Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/nee
slack bot to handle links
https://github.com/coffee-cup/nee
Last synced: 8 days ago
JSON representation
slack bot to handle links
- Host: GitHub
- URL: https://github.com/coffee-cup/nee
- Owner: coffee-cup
- Created: 2015-09-30T08:12:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T02:17:13.000Z (about 9 years ago)
- Last Synced: 2024-11-16T19:17:38.237Z (2 months ago)
- Language: CoffeeScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nee
A small Slack bot whose purpose is to grab links from a channel and throw them into an online playlist (*e.g. All Youtube links in #general will be added to a youtube playlist*).
At the moment Youtube is the only handler available. A handler is a class that which contains the service name from the Slack API it wishes to grab links from. If a link posted to a connected channel has a service name that matches one of the handlers, the message is sent to the handler for handling.
Handlers need to be authenticated before use, which can be done with `@nee a`
### Commands
**cmd** | **desc**
--- | --- | ---
@nee a | Authenticate all handlers
@nee y a | Authenticate with Youtube
@nee y l | List authenicated users playlists
@nee y c | List all connections
@nee y m index/playlist | Make a connection to index or playlist name
@nee y r index/playlist | Remove a connection to index or playlist name