Skip to content

LaReserveTech/lightsoff-review-generator

Repository files navigation


Logo

Lightsoff Review Generator

Generate Lightsoff Google reviews thanks to OpenAI GPT-3 text-generating language model
Explore the docs »

Report Bug · Request Feature · Send a Pull Request

Table of Contents

About The Project

To do

Built With

Getting Started

Installation

cp .env.example .env
# Then edit .env
npm install

Start Reviews Generation

npm start <iterations (default: 1)> <slugIdStarter (default: 1)>

The review format is a csv compatible with Webflow's CMS import. slugIdStarter should be the last id in Webflow's CMS + 1 in order to continue a sequence.

Project Structure

index.js => main file
completion.js => it queries OpenAI completion API
prompt.js => build the prompt given to OpenAI completion API
rephrase.js => rephrase OpenAI result with DeepL API (French => Foreign language => French) results.txt => where results are stored

Contributing

To do

License

To do

Contact

To do

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors