Creative AI-Articles is an AI-powered tool for generating SEO-optimized articles by:
- Querying a search engine (DuckDuckGo) to retrieve the latest updates on a given topic.
- Summarizing the content of the search results.
- Generating an article using AI.
The generated articles are saved in Markdown format in the articles folder.
-
Install dependencies:
npm install
-
Set up the environment:
- Copy
.env.exampleto.env:cp .env.example .env
- Add your OpenAI API key to the
.envfile and set the desired article word count.
- Copy
-
Generate an article:
npm run generate --topic "Trump inauguration"The article will be saved in the
articlesfolder as a Markdown file.