A simple crawler/scraper to extract subtitles data from Legendas TV website.
Made with NodeJS, Puppeteer and ♥.
1. Clone this repository and cd
into:
git clone git@github.com:HenriqueSilverio/crawler.git && cd crawler
2. Install project dependencies:
npm i
3. Rename .env.sample
to .env
and fill it with your Legendas TV credentials.
Enjoy!
npm start
npm run build
npm run serve