cleissonbarbosa / article-generator

WordPress post generator using artificial intelligence (GPT), create text and image automatically
MIT License
43 stars 12 forks source link
ai blocks generator gpt openai plugin reactjs wordpress
# πŸ€– Article Generator logo [![CodeQL](https://github.com/cleissonbarbosa/article-generator/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/cleissonbarbosa/article-generator/actions/workflows/github-code-scanning/codeql) [![PHPCS check](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpcs.yml/badge.svg)](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpcs.yml) [![PHPUnit Tests](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpunit.yml/badge.svg)](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpunit.yml) ![GitHub repo size](https://img.shields.io/github/repo-size/cleissonbarbosa/article-generator?style=for-the-badge) ![GitHub language count](https://img.shields.io/github/languages/count/cleissonbarbosa/article-generator?style=for-the-badge) ![GitHub forks](https://img.shields.io/github/forks/cleissonbarbosa/article-generator?style=for-the-badge) ![Github open issues](https://img.shields.io/github/issues/cleissonbarbosa/article-generator?style=for-the-badge) **Available languages**: πŸ”΅πŸ”΄ *En-US*, 🟒🟑 *Pt-BR*

πŸ”Œ Plugin install

  1. Download the latest version of the plugin
  2. In your wordpress dashboard go to:
    • Plugins > Add new > Upload plugin Select article-generator.zip from your computer
    • Click β€œInstall Now”
    • Activate the plugin in the Plugin dashboard

πŸ’Ύ Dev install and run

Install dependencies and run webpack:

yarn && composer i && yarn start

or:

npm i && composer i && npm run start

πŸ‘€ Demo

Gutenberg block

latest ⬇️

https://user-images.githubusercontent.com/32576001/233712084-4aa6604f-a9cf-403f-9311-932a7eead404.mp4

πŸ“… (09/01/2023) - (mm-dd-yyyy) https://user-images.githubusercontent.com/32576001/230790257-b19f7902-e5c6-4668-9e23-e4ce359b397f.mp4
πŸ“… (04/01/2023) - (mm-dd-yyyy) https://user-images.githubusercontent.com/32576001/230542799-91808ec8-5350-45a2-96f0-7e057df4c665.mp4

πŸ“« Contributing to the project

To contribute to the project, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to original branch: git push origin <project_name> / <location>
  5. Create the pull request.

Alternatively, see the GitHub documentation on how to create a pull request.

πŸ“ License

This project is under license. See the LICENSE file for more details.

Credits

⬆ back to the top