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..
- Host: GitHub
- URL: https://github.com/pitops/youtube-subscriber-count
- Owner: pitops
- Created: 2019-06-04T13:22:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T03:49:58.000Z (over 5 years ago)
- Last Synced: 2025-07-13T12:46:23.730Z (11 months ago)
- Topics: cheerio, nodejs, scraper, youtube-subscriber-count
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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