项目作者: pitops

项目描述 :
This is a cron-based scraper that checks the youtube subscribers count for a specific channel and plots (or prints) in console..
高级语言: JavaScript
项目地址: git://github.com/pitops/youtube-subscriber-count.git
创建时间: 2019-06-04T13:22:17Z
项目社区:https://github.com/pitops/youtube-subscriber-count

开源协议:

下载


Realtime youtube subscribers count (in command line)

This is a cron-based (1 second interval) scraper that checks the youtube subscribers count for a specific channel. The output can be a graph using asciichart or plain console.logs. You can take a look at index.js and choose the one you prefer.

Setup

Change the default PewDiePie channel in index.js to the one you want to observe and you are good to go.

  1. npm install # or yarn
  2. node index.js

Contributions Welcome