https://github.com/emmanuel-rods/js-email-crawler
https://github.com/emmanuel-rods/js-email-crawler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-rods/js-email-crawler
- Owner: Emmanuel-Rods
- Created: 2024-12-12T10:35:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T12:08:14.000Z (over 1 year ago)
- Last Synced: 2025-02-09T18:34:02.584Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Quick install
```bash
git clone https://github.com/Emmanuel-Rods/JS-Email-Crawler
cd JS-Email-Crawler
npm install
```
#Setting up
1.open up the `cookies.js` file and input your credentials
```js
//credentiales
const EMAIL_OR_USERNAME = ''
const YOUR_PASSWORD = ''
```
then
```js
npm run cookies
```
once the cookies are set in place , you can run the `index.js` file