Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajaymore/news-scrapper

Express Server to Scrape news using puppeteer
https://github.com/ajaymore/news-scrapper

Last synced: 12 days ago
JSON representation

Express Server to Scrape news using puppeteer

Awesome Lists containing this project

README

        

## Get Oauth Credentials

https://developers.google.com/gmail/api/quickstart/nodejs
https://github.com/googleapis/google-api-nodejs-client/

```
env EDITOR=nano crontab -e
0 6 * * * cd ~/Workspace/Projects/ajay/news_scrape && ./run.sh
0 16 * * * cd ~/Workspace/Projects/ajay/news_scrape && ./run.sh
```

```
env EDITOR=nano crontab -e
0 6 * * * cd ~/prod/news-scrapper && ./run.sh
0 16 * * * cd ~/prod/news-scrapper && ./run.sh
grep CRON /var/log/syslog
```