https://github.com/davinci2015/youtube-subscriber
https://github.com/davinci2015/youtube-subscriber
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davinci2015/youtube-subscriber
- Owner: davinci2015
- Created: 2019-08-24T14:38:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T22:12:20.000Z (11 months ago)
- Last Synced: 2025-04-30T14:27:14.889Z (about 2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 25
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```