dbot/modules/soundcloud
2014-02-20 20:20:26 +00:00
..
config.json soundcloud module [#524] 2013-07-09 19:17:48 +00:00
README.md Update README.md 2014-02-20 20:20:26 +00:00
soundcloud.js fix all the module regexen 2013-12-29 18:38:24 +00:00
strings.json TRANSLATIONS FROM ROI 2013-10-29 21:39:26 +00:00

Soundcloud

Adds various Soundcloud functionality.

Description

This module provides a command which allows users to search Soundcloud for a song.

Dependencies

It has following dependencies: + request

config.json

client_id and output prefix can be set.

{
    "client_id": "CLIENT _ID_HERE,
    "outputPrefix": "\u000307soundcloud\u000f",
    "dependencies": [ "link" ]
}

Commands

~soundcloud [song]

Searches Soundcloud for a song. Example: + ~soundcloud TNGHT

TODO