Plugin Directory

Changeset 3197705


Ignore:
Timestamp:
11/26/2024 09:44:28 PM (16 months ago)
Author:
techavenuelabs
Message:

readme updated

Location:
simple-publish-rewrite-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-publish-rewrite-api/tags/1.1/readme.txt

    r3195994 r3197705  
    1616
    1717=== Key Features ===
    18 - **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.
    19 - **API Integration**: You can access the plugin’s functionality via a RESTful API, making it easy to integrate with external scripts and applications (like PHP, Python, Curl, etc.) using HTTP POST requests.
    20 - **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.
    21 - **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.
    22 - **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.
     18 **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.
     19 **API Integration**: You can access the plugin’s functionality via a RESTful API, making it easy to integrate with external scripts and applications (like PHP, Python, Curl, etc.) using HTTP POST requests.
     20 **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.
     21 **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.
     22 **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.
    2323
    2424=== Requirements ===
    25 - **JWT Authentication for WP REST API**: This plugin requires the **JWT Authentication for WP REST API** plugin for secure API authentication using a JWT token.
     25 **JWT Authentication for WP REST API**: This plugin requires the **JWT Authentication for WP REST API** plugin for secure API authentication using a JWT token.
    2626
    2727== Installation ==
     
    3535== API Endpoint ==
    3636
    37 - **API Endpoint URL**: 
     37 **API Endpoint URL**: 
    3838  `https://yoursite.com/wp-json/api-publisher/v1/generate`
    3939
     
    7474Just configure your OpenAI API key in the plugin settings and start publishing or rewriting articles.
    7575
     76For a step-by-step tutorial, watch this video: 
     77[How to Use the Simple Post Publish & Rewrite API Plugin](https://www.youtube.com/watch?v=dH-viqHbTDA) 
     78
    7679== Donate ==
    7780
  • simple-publish-rewrite-api/trunk/readme.txt

    r3195990 r3197705  
    1616
    1717=== Key Features ===
    18 - **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.
    19 - **API Integration**: You can access the plugin’s functionality via a RESTful API, making it easy to integrate with external scripts and applications (like PHP, Python, Curl, etc.) using HTTP POST requests.
    20 - **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.
    21 - **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.
    22 - **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.
     18 **Publish & Rewrite Content**: Using OpenAI's GPT model, the plugin can publish new posts and rewrite existing content into well-structured news articles.
     19 **API Integration**: You can access the plugin’s functionality via a RESTful API, making it easy to integrate with external scripts and applications (like PHP, Python, Curl, etc.) using HTTP POST requests.
     20 **Image Handling**: The plugin saves any associated image URL as a thumbnail image in the WordPress media library.
     21 **Flexible Content Generation**: The plugin allows you to customize the content generation, including generating a title, rewriting content, and adding categories and tags.
     22 **Automatic Post Creation**: Generate content automatically from external sources, scripts, or applications, saving time and streamlining content management.
    2323
    2424=== Requirements ===
    25 - **JWT Authentication for WP REST API**: This plugin requires the **JWT Authentication for WP REST API** plugin for secure API authentication using a JWT token.
     25 **JWT Authentication for WP REST API**: This plugin requires the **JWT Authentication for WP REST API** plugin for secure API authentication using a JWT token.
    2626
    2727== Installation ==
     
    3535== API Endpoint ==
    3636
    37 - **API Endpoint URL**: 
     37 **API Endpoint URL**: 
    3838  `https://yoursite.com/wp-json/api-publisher/v1/generate`
    3939
     
    7474Just configure your OpenAI API key in the plugin settings and start publishing or rewriting articles.
    7575
     76For a step-by-step tutorial, watch this video: 
     77[How to Use the Simple Post Publish & Rewrite API Plugin](https://www.youtube.com/watch?v=dH-viqHbTDA) 
     78
    7679== Donate ==
    7780
Note: See TracChangeset for help on using the changeset viewer.