- make a list of sites that merc can parse correctly (we auto generate a list from google news)
- strip out the websites with stats & reports (sellers) (we use a stripper there already)
- translate api with better html markup translation
index.js - managing file, feel free to write your scripts rss.js - used for getting articles from google news article.js - used for parsing an article and publishing to the news blog links.jsonn - contrains all links that are generated by the rss.js script
Refer to .env.example
KEY='THE GHOST API KEY'
TIME_DELAY=6 # in hours
TESTMODE=false # switch between debug mode and production