DEV Community

spiritupbro
spiritupbro

Posted on

Youtube Title analysis using youtube api and nodejs

preview

GitHub logo gakpenting / youtubetitlescraper

scrape youtube title up to 500 video and count the top 20 word used

YOUTUBE TITLE SCRAPER FROM A CHANNEL USING YOUTUBE API AND NODEJS

donatepaypal

this repository created for scraping using youtube api and nodejs you can scrape youtube title as much as 500 video beacuse youtube has limitation for how many video we can scrape except you can login with using your api, you can scrape the video you own as much as you can but for the other video from other channel you should ask for permission of the channel owner to scrape

DEMO

https://pansss.herokuapp.com/

PREQUISITES

  1. install nodejs
  2. npm install or yarn install
  3. create a yandex translate api and get the api key
  4. open .env and add the api key to YOUTUBE_TRANSLATE_API
  5. you can start the app by typing node index.js or deploy it to your favorite PaaS like heroku

bubble words

after scraping the video you can get the top 20 words from the title from the channel you scrape

how

Top comments (1)

Collapse
 
spiritupbro profile image
spiritupbro

(commentspiritbro1english) Scrape 500 youtube videos from a channel and then count TOP 20 words used