Skip to content

Spafy/creativeai-articles

Repository files navigation

Creative AI-Articles

Creative AI-Articles is an AI-powered tool for generating SEO-optimized articles by:

  1. Querying a search engine (DuckDuckGo) to retrieve the latest updates on a given topic.
  2. Summarizing the content of the search results.
  3. Generating an article using AI.

The generated articles are saved in Markdown format in the articles folder.

Getting Started

  1. Install dependencies:

    npm install
  2. Set up the environment:

    • Copy .env.example to .env:
      cp .env.example .env
    • Add your OpenAI API key to the .env file and set the desired article word count.
  3. Generate an article:

    npm run generate --topic "Trump inauguration"

    The article will be saved in the articles folder as a Markdown file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published