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

https://github.com/emmanuel-rods/js-email-crawler


https://github.com/emmanuel-rods/js-email-crawler

Last synced: about 1 year ago
JSON representation

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