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

https://github.com/pitops/youtube-subscriber-count

This is a cron-based scraper that checks the youtube subscribers count for a specific channel and plots (or prints) in console..
https://github.com/pitops/youtube-subscriber-count

cheerio nodejs scraper youtube-subscriber-count

Last synced: about 1 month ago
JSON representation

This is a cron-based scraper that checks the youtube subscribers count for a specific channel and plots (or prints) in console..

Awesome Lists containing this project

README

          

# 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](https://github.com/kroitor/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.

```bash
npm install # or yarn

node index.js
```

# Contributions Welcome