Easily fetch statistics like number of subscribers, likes, dislikes, comments of any YouTube videos/channels using YT Tracker.
- As this add-on is built using clasp, install it globally on your machine.
npm install @google/clasp -g
clasp login // to login to your Google account for authentication
- Now clone this repo and install dependencies.
git clone https://github.com/vicke4/yt-tracker && cd yt-tracker
npm install
-
Edit .clasp.json and add your script id in the json.
-
Run
npm run build
to generate bundled code that'll be pushed to your script. Then run clasp push.
We thank labnol for the boilerplate - apps-script-starter.
MIT