An open API service indexing awesome lists of open source software.

https://github.com/davinci2015/youtube-subscriber


https://github.com/davinci2015/youtube-subscriber

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Youtube Subscriber

If you want to know why this repo was created read [this story](https://dev.to/cobe_tech/is-this-1-000-00-worth-node-script-548l) about €1.000,00 voucher.

## Installation

Clone repository
```bash
$ git clone https://github.com/davinci2015/youtube-subscriber.git
```

cd into directory

```bash
$ cd youtube-subscriber
```
Install NPM dependencies
```bash
$ npm install
```

### Configuration

Before running the script you should update variables inside of `config.js` file.

Update following variables:
- `channelId`
- `client_secret`
- `client_id`

### Run the server

After updating config variables you can run server and let him do the magic.
```bash
$ node main.js
```