2014-02-20 21:20:26 +01:00
|
|
|
## Soundcloud
|
2014-02-20 06:06:02 +01:00
|
|
|
|
|
|
|
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](https://github.com/mikeal/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
|
|
|
|
|
2014-02-20 21:20:26 +01:00
|
|
|
### TODO
|