Auto Post GPT - Multilingual
Auto-Post-GPT is a WordPress plugin that automatically generates blog posts using OpenAI's ChatGPT for content and DALL-E for featured images. This plugin allows you to configure your OpenAI API key through the WordPress admin panel and create content-rich posts with AI-generated images directly from your dashboard.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mediasoft-cie-s-a/auto-post-gpt/archive/refs/heads/main.zipAuto Post GPT - WordPress Plugin
Auto Post GPT is a powerful WordPress plugin that automates the creation of blog posts using OpenAI's ChatGPT and DALL-E. It generates high-quality content and AI-designed images, saving time and effort for content creators and site administrators.
Features
- AI-Generated Content: Automatically generate detailed blog posts using OpenAI's ChatGPT.
- AI-Generated Images: Fetch relevant images for posts using DALL-E and set them as featured images.
- Admin Panel Integration: Easily configure your OpenAI API key and generate posts directly from the WordPress admin dashboard.
- Custom Topics: Generate posts based on specific topics entered by the user.
- Secure Storage: API keys are securely stored using WordPress's settings API.
Installation
Install via WordPress Admin:
- Download the latest version of
auto-post-gpt.zipfrom this repository. - Log in to your WordPress admin dashboard.
- Navigate to Plugins > Add New > Upload Plugin.
- Choose the
auto-post-gpt.zipfile and click Install Now. - Activate the plugin.
Configuration
- Navigate to Auto Post GPT > API Settings in the WordPress admin dashboard.
- Enter your OpenAI API key and click Save Settings.
Usage
- Go to Auto Post GPT in the WordPress admin menu.
- Enter a topic for the blog post.
- Click Generate Post to create a new blog post with AI-generated content and a featured image.
Requirements
- WordPress 5.8 or higher.
- PHP 7.4 or higher.
- An OpenAI API key (get yours at OpenAI).
Screenshots
-
Plugin Admin Menu
Easily access the Auto Post GPT plugin and its settings from the WordPress admin dashboard. -
API Settings
Configure your OpenAI API key to enable content and image generation. -
Post Generator
Enter a topic and generate a fully formatted blog post with a featured image.
Development
To contribute to this plugin:
- Clone the repository:
git clone https://github.com/your-username/auto-post-gpt.git