https://github.com/emmanuel-rods/nextdoor-scraper
https://github.com/emmanuel-rods/nextdoor-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-rods/nextdoor-scraper
- Owner: Emmanuel-Rods
- Created: 2025-02-03T17:18:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:43:43.000Z (over 1 year ago)
- Last Synced: 2025-02-03T18:34:51.857Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```bash
git clone https://github.com/Emmanuel-Rods/NextDoor-Scraper
cd NextDoor-Scraper
npm install
```
# Env
```bash
cp .env.example .env
```
# crendentials
```bash
EMAIL_ADDRESS = ''
PASSWORD = ''
```