-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# ChatGPT AutoRewrite WordPress Plugin | ||
|
||
![Plugin Logo](https://i.vgy.me/h86UOb.png) | ||
|
||
The ChatGPT AutoRewrite Plugin is a powerful tool that leverages the OpenAI GPT-3.5 architecture to automatically rewrite draft articles and publish them on your WordPress website. This plugin is designed to save you time and effort by generating high-quality content with the help of advanced natural language processing. | ||
|
||
## Features | ||
|
||
- **Automated Article Rewriting:** With the integration of the ChatGPT API, the plugin can automatically rewrite your draft articles, making them unique and original. | ||
|
||
- **Time-saving and Efficient:** Say goodbye to manual article rewriting! The plugin automates the process, reducing the time and effort required for content creation. | ||
|
||
- **Customizable Settings:** Tailor the plugin to your needs with various customization options. Set the rewriting style, word count, and more. | ||
|
||
- **AI-Powered Language Processing:** The plugin uses cutting-edge AI technology to ensure the rewritten content is coherent, grammatically correct, and contextually relevant. | ||
|
||
- **Scheduled Publishing:** Choose when you want the rewritten articles to be published, allowing you to maintain a consistent content posting schedule. | ||
|
||
## Installation | ||
|
||
1. Download the latest version of the ChatGPT AutoRewrite Plugin from the [Releases](https://github.com/your-username/your-repo/releases) page. | ||
|
||
2. Log in to your WordPress dashboard. | ||
|
||
3. Navigate to Plugins → Add New → Upload Plugin. | ||
|
||
4. Upload the downloaded plugin zip file. | ||
|
||
5. Activate the plugin. | ||
|
||
6. Obtain an API key from OpenAI to use the ChatGPT API. You can find more information on how to get an API key in the [OpenAI documentation](https://beta.openai.com/docs/). | ||
|
||
7. Go to the plugin settings page and enter your API key. | ||
|
||
8. Configure the plugin settings according to your preferences. | ||
|
||
9. Start rewriting and automatically publishing your draft articles with ChatGPT! | ||
|
||
## Usage | ||
|
||
1. Write or draft an article in the WordPress editor as usual. | ||
|
||
2. Click on the "AutoRewrite" button in the editor toolbar. | ||
|
||
3. The plugin will send the draft to the ChatGPT API, which will generate a rewritten version. | ||
|
||
4. Review the rewritten article to ensure it meets your expectations. | ||
|
||
5. Optionally, make any manual adjustments to the content if needed. | ||
|
||
6. Set the publishing schedule or publish immediately. | ||
|
||
7. Sit back and let the ChatGPT AutoRewrite Plugin take care of your content creation! | ||
|
||
## Frequently Asked Questions | ||
|
||
**Q: Is the ChatGPT API key included with the plugin?** | ||
A: No, you need to obtain your own API key from OpenAI separately. | ||
|
||
**Q: Can I set specific rewriting criteria?** | ||
A: Yes, the plugin allows you to customize the rewriting style, word count, and other options. | ||
|
||
**Q: Will the plugin overwrite my original drafts?** | ||
A: No, the plugin will create a new post with the rewritten content, leaving your original draft intact. | ||
|
||
**Q: Can I use this plugin for commercial purposes?** | ||
A: The usage of the ChatGPT API may have associated costs as per the OpenAI pricing. Please review their terms and conditions for commercial usage. | ||
|
||
## Support | ||
|
||
For any issues or questions regarding the ChatGPT AutoRewrite Plugin, feel free to [create an issue](https://github.com/your-username/your-repo/issues) on the GitHub repository. | ||
|
||
## Contributing | ||
|
||
We welcome contributions from the community to improve the functionality and features of the plugin. If you'd like to contribute, please fork the repository and submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE). | ||
|
||
--- | ||
|
||
*Disclaimer: The ChatGPT AutoRewrite Plugin uses the OpenAI GPT-3.5 architecture. Please review the OpenAI terms of service and usage policies before using this plugin. The plugin's developers are not responsible for any misuse of the AI or any violations of OpenAI's policies.* |