https://github.com/cleissonbarbosa/article-generator
WordPress post generator using artificial intelligence (GPT), create text and image automatically
https://github.com/cleissonbarbosa/article-generator
ai blocks generator gpt openai plugin reactjs wordpress
Last synced: 4 months ago
JSON representation
WordPress post generator using artificial intelligence (GPT), create text and image automatically
- Host: GitHub
- URL: https://github.com/cleissonbarbosa/article-generator
- Owner: cleissonbarbosa
- License: mit
- Created: 2023-04-01T01:18:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T14:16:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-03T03:28:55.412Z (almost 2 years ago)
- Topics: ai, blocks, generator, gpt, openai, plugin, reactjs, wordpress
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 40
- Watchers: 3
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# π€ Article Generator

[](https://github.com/cleissonbarbosa/article-generator/actions/workflows/github-code-scanning/codeql)
[](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpcs.yml)
[](https://github.com/cleissonbarbosa/article-generator/actions/workflows/phpunit.yml)




**Available languages**: π΅π΄ *En-US*, π’π‘ *Pt-BR*
## π Plugin install
1. [Download the latest version of the plugin](https://github.com/cleissonbarbosa/article-generator/releases/latest)
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:
```sh
yarn && composer i && yarn start
```
or:
```sh
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 `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to original branch: `git push origin / `
5. Create the pull request.
Alternatively, see the GitHub documentation on [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## π License
This project is under license. See the [LICENSE](LICENSE.txt) file for more details.
## Credits
- [WP React Kit](https://github.com/ManiruzzamanAkash/wp-react-kit)
[β¬ back to the top](#-article-generator)