Skip to content

themu/Bus-Driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Description

Bus Driver is a bot for www.turntable.fm that adds functionality to The Party Bus room.

This bot heavily relies on Alain's TTAPI - https://github.com/alaingilbert/Turntable-API

Usage

This module is NOT on npm yet. Clone this repo locally to use the bot. IRC and TurnTable credentials must be supplied.

Warning

This bot does not work on the latest release of NodeJs (v0.5.8). It is tested and works on NodeJs (v.0.4.8)

Example

In a file in the same folder as the cloned repository:

busdriver = require "./busdriver"

userAuth = "auth+live+99999999999999999999999"
userId = "LOLOMGJKIWANNADJHAHAWTF"
roomId = 'GOFINDYOUROWNROOM'
ircServer = 'irc.HOST.TDL'
ircChan = "#THISISACHANIJUSTMADEUP"

driver = new busdriver.busDriver userAuth, userId, roomId, ircServer, ircChan

Compile busdriver and the controller from CoffeeScript into JavaScript and run with Node

Call to Action

PLEASE Fork this and make some pull requests if you feel so inclined!

About

Bus Driver Turntable Bot for The Party Bus room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%