citvy / 5-blogging

Automated article writing software (call it an AI)

Home Page:https://citvy.com/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article automation for blogging

  1. make a list of sites that merc can parse correctly (we auto generate a list from google news)
  2. strip out the websites with stats & reports (sellers) (we use a stripper there already)
  3. translate api with better html markup translation

About

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

Env file (.env)

Refer to .env.example

KEY='THE GHOST API KEY'
TIME_DELAY=6 # in hours
TESTMODE=false # switch between debug mode and production

About

Automated article writing software (call it an AI)

https://citvy.com/blog


Languages

Language:JavaScript 77.9%Language:HTML 21.4%Language:Shell 0.7%