WEBVTT

00:01.340 --> 00:01.760
Okay.

00:01.760 --> 00:09.860
So first thing we need to do is to create a directory and initialize NPM and import some basic packages

00:09.860 --> 00:12.500
we need to do the project with.

00:13.340 --> 00:16.730
Let's create a directory called Facebook Scraper.

00:18.540 --> 00:20.880
And go inside the directory.

00:22.560 --> 00:25.920
And then we initialize npm.

00:26.610 --> 00:27.690
NPM init.

00:27.690 --> 00:28.890
Dash dash s.

00:30.590 --> 00:33.290
Then I will add request.

00:34.150 --> 00:34.720
Request.

00:34.720 --> 00:35.650
Promise.

00:37.360 --> 00:37.900
And.

00:37.900 --> 00:38.680
Cheerio.

00:46.120 --> 00:46.660
Okay.

00:46.660 --> 00:47.310
And that's it.

00:47.320 --> 00:52.030
Now go and open the folder inside of Visual Studio code.
