https://github.com/emmanuel-rods/facebook-scraper
https://github.com/emmanuel-rods/facebook-scraper
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-rods/facebook-scraper
- Owner: Emmanuel-Rods
- Created: 2024-12-04T19:04:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:04:23.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:26:45.419Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```