Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajaymore/news-scrapper
- Owner: ajaymore
- Created: 2020-05-31T15:02:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:27:44.000Z (about 2 years ago)
- Last Synced: 2024-12-06T00:13:47.073Z (2 months ago)
- Language: JavaScript
- Size: 687 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```