atomjack / cmbot

A full featured bot for turntable.fm
59 stars 18 forks source link

I ran "npm install cmbot" in my bot's directory, what now? #64

Open mnafricano opened 11 years ago

mnafricano commented 11 years ago

I ran npm install cmbot and, I think, the install was successful. I followed the instructions but I cannot seem to figure out how to run the bot, so can someone tell me, from the beginning, how to install CMBot (and when I say from the beginning, I mean, npm install cmbot beginning). Thank you!

I even tried to create that JavaScript file in my bot's directory, enter the Authorization, User ID, Room ID, and run it within Terminal with node ttbot.js.

atomjack commented 11 years ago

That's what you are supposed to do - after you do npm install cmbot, provided it doesn't throw any major errors, create your .js file (looks like you called it ttbot.js, but it can be anything), and then run it with node ttbot.js. What is the output when you do that? The bot should enter whatever room you have specified.