-
Notifications
You must be signed in to change notification settings - Fork 21
Bot Installation Tutorial
Rahul Chalumuri edited this page Jul 12, 2017
·
1 revision
Also note, that this bot is for youtube songs to save their own custom playlist, not the spotify version
-
Install Node.js
-
Clone this repo onto your desktop
-
Open up a command prompt (or your preferred terminal) in the bot folder.
-
Type
npm install
and hit enter let everything download -
Fill out credentials for your bot in config.json file for your bot
- To get a Youtube Search Api Key, head over Here to learn how to
-
run
node app.js
and your bot will be online!