An open API service indexing awesome lists of open source software.

https://github.com/emmanuel-rods/facebook-scraper


https://github.com/emmanuel-rods/facebook-scraper

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installation
1. Clone the repository:
```bash
git clone https://github.com/Emmanuel-Rods/Facebook-Scraper
```
2. Navigate to the project folder:
```bash
cd Facebook-Scraper
```
3. Install the necessary dependencies:
```bash
npm install
```
4. Copy the `.env.example` file to create a `.env` file:
```bash
cp .env.example .env
```
5. Open the `.env` file and add your Snapchat credentials:
```bash
EMAIL_OR_USERNAME=
YOUR_PASSWORD=
```

##Quick install
```bash
git clone https://github.com/Emmanuel-Rods/Facebook-Scraper
cd Facebook-Scraper
npm install
cp .env.example .env
code .env
```