Skip to content

WordPress post generator using artificial intelligence (GPT), create text and image automatically

License

Notifications You must be signed in to change notification settings

cleissonbarbosa/article-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Article Generator

logo

CodeQL PHPCS check PHPUnit Tests

GitHub repo size GitHub language count GitHub forks Github open issues

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 ⬇️

article.gen.wp.plugin.demo.3.mp4
📅 (09/01/2023) - (mm-dd-yyyy)
article.gen.wp.plugin.demo.2.mp4
📅 (04/01/2023) - (mm-dd-yyyy)
Demo-Article-Generator.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