Blog Logo
TAGS

GPTSEO - Re-write hundreds of articles a day

GPTSEO is a Python tool that scrapes entire blogs or knowledgebases and automatically generates hundreds of new, and SEO unique articles by using the power of ChatGPT. You can edit the prompt to get it to focus on a certain nuance or re-write existing articles from a certain perspective. You can also optimise for SEO by telling chatGPT to focus on certain keywords. Follow these steps to use GPTSEO: Clone the Repo to your local environment, make sure youre running Python 3.10+, initialise a new python environment `python -m venv env`, start the env `env/scripts/activate`, install the requirements `pip install -r requirements.txt`, rename `.env.example` to `.env` and add your OpenAI API key, rename `config.example.yml` to `config.yml` and configure SEOGPT to your requirements, start main.py. Check the `output` folder once SEOGPT has finished running. Note: If the blog contains hundreds of articles, it will take several hours or up to a day for all the articles to be generated using chatGPT. You will be able to see an output of each re-written article in the console. By default, gpt-articles will be saved in markdown format. The limitations of SEOGPT include that it most likely wont work out of the box with blogs as subdomains as it was only tested on blogs as subdirectories.