Skip to content

meandavejustice/ziggy-soundcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziggy-soundcloud

NPM

soundcloud plugin for ziggy irc bot.

Usage

You need to have a clientID from soundcloud.

var Ziggy = require('ziggy')
var scPlugin = require('ziggy-soundcloud')

var ziggy = Ziggy({
  server: 'irc.freenode.org',
  nickname: 'scbot',
  plugins: [{
    name: 'soundcloud plugin',
    setup: scPlugin,
    settings: {"soundcloud-client-id": "your-soundcloud-client-id"}
  }],
  channels: ['#butts']
})

ziggy.start()

Once the client connects, chatterz can invoke the command with !sc {track or artist query}.

For starters you can try: !sc philip grass

About

soundcloud plugin for ziggy irc bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published