{"id":15150617,"url":"https://github.com/dynojp/gpt-wordpress-plugin-generator","last_synced_at":"2026-02-19T17:03:02.348Z","repository":{"id":252371603,"uuid":"840200171","full_name":"dynojp/gpt-wordpress-plugin-generator","owner":"dynojp","description":"A script to generate WordPress plugins using the OpenAI ChatGPT API.","archived":false,"fork":false,"pushed_at":"2025-07-13T08:12:57.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T21:35:20.853Z","etag":null,"topics":["openai","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dynojp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-09T07:21:01.000Z","updated_at":"2026-01-09T23:57:01.000Z","dependencies_parsed_at":"2024-08-09T10:59:10.478Z","dependency_job_id":"0192d204-fd54-4fe2-bd32-18810ab2f6af","html_url":"https://github.com/dynojp/gpt-wordpress-plugin-generator","commit_stats":null,"previous_names":["dynojp/gpt-wordpress-plugin-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dynojp/gpt-wordpress-plugin-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynojp%2Fgpt-wordpress-plugin-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynojp%2Fgpt-wordpress-plugin-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynojp%2Fgpt-wordpress-plugin-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynojp%2Fgpt-wordpress-plugin-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynojp","download_url":"https://codeload.github.com/dynojp/gpt-wordpress-plugin-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynojp%2Fgpt-wordpress-plugin-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29623546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openai","wordpress"],"created_at":"2024-09-26T14:23:08.252Z","updated_at":"2026-02-19T17:03:02.316Z","avatar_url":"https://github.com/dynojp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress plugin generator with OpenAI ChatGPT\n\nA script to generate WordPress plugins using the OpenAI ChatGPT API.\n\n## Prerequisites\n\n- Python `\u003e=3.12.0`\n- Poetry `\u003e=1.8.3`\n- OpenAI API key\n\n## Usage\n\nGet OpenAI API key and set it to an environment variable `OPENAI_API_KEY`.\n\n```bash\nexport OPENAI_API_KEY=...\n```\n\nInstall dependencies.\n\n```bash\npoetry install\n```\n\nIf you prefer not to use Poetry, install `click` and `openai` with `pip` directly in a venv.\n\n```bash\npip install 'click~=8.1' 'openai~=1.40'\n```\n\nOnce dependencies are installed, run the script.\n\n```bash\npoetry run python main.py\n```\n\n## Samples\n\n```bash\npor python main.py \\\n  --name='disable-search' \\\n  --prompt='Make a plugin to disable the WordPress core search function.'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynojp%2Fgpt-wordpress-plugin-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynojp%2Fgpt-wordpress-plugin-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynojp%2Fgpt-wordpress-plugin-generator/lists"}