Skip to content

Hsins-Lab/IMDB-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udemy Project: IMDB-Scraper

This is a hands-on project from the Udemy course - Learn Web Scraping with NodeJs - The Crash Course by Grohs Fabian.

Features

  • Request with header to get movie information.
  • Save the movie information to file in csv/json format.
  • Download the poster images each movie.

Technologies

Check package.json file for more information.

Getting Started

Follow the instructions below to set up the environment and run this project on your local machine.

  1. Clone this repository.
# Clone repository
$ git clone https://github.com/Hsins/udemy_IMDB-Scraper.git
  1. Install dependencies via NPM or Yarn
# Install dependencies via npm
$ npm install

# Install dependencies via yarn
$ yarn install
  1. Run the index.js file
# Run the index.js file
$ node index.js

# Preview
$ gulp previewDist

More Information

All the notes I took in Markdown (.md) format. You can find them in my Udemy-Notes repository. The note for this course is here.

License

Licensed under the MIT License.

About

🧪 A hands-on project from the Udemy course - Learn Web Scraping with Node.js by Grohs Fabian.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published