π Simple scraper used to scrape data from Filmweb service related to best rated movies from most popular polish VOD platforms (Netflix, Disney+, HBO Max, Canal+).
- Getting lists of titles and ratings of at most top 10 movies from top 4 VOD platforms
- Deduplicating titles if they are available on more than one platform
- Sorting titles by rating
- Saving list of titles, ratings and platforms to .csv file
- Clone repository
git clone https://github.com/jakubcieslik99/filmweb-scraper.git
βΉοΈ Instructions for running scraper locally:
- Navigate to the scraper directory and install dependencies
cd filmweb-scraper
pnpm install
- Run scraper in development mode
pnpm run dev
- Scrape data and save to .csv file in development mode
pnpm run start
- Run unit tests
pnpm run test
βΉοΈ Instructions for building and running scraper in transpiled mode
- Transpile
pnpm run build
- Scrape data and save to .csv file in transpiled mode
pnpm install --prod
pnpm run prod
If you have any feedback, please reach out to me at βοΈ [email protected]