{"id":24922342,"url":"https://github.com/rastmob/wordpress-llms-output-plugin","last_synced_at":"2026-05-03T19:32:12.231Z","repository":{"id":275409199,"uuid":"925996708","full_name":"rastmob/wordpress-llms-output-plugin","owner":"rastmob","description":"A WordPress plugin to export posts, pages, and custom post types as JSON for training Language Models (LLMs).","archived":false,"fork":false,"pushed_at":"2025-02-02T09:43:14.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T10:50:42.803Z","etag":null,"topics":["ai","data","llm","llms","training","training-data","wordpress","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://rastmobile.com/en/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rastmob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-02T09:33:45.000Z","updated_at":"2025-03-16T23:20:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e30c183-7bf4-49d0-a90b-42fe881ea1dc","html_url":"https://github.com/rastmob/wordpress-llms-output-plugin","commit_stats":null,"previous_names":["rastmob/wordpress-llms-output-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rastmob/wordpress-llms-output-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastmob%2Fwordpress-llms-output-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastmob%2Fwordpress-llms-output-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastmob%2Fwordpress-llms-output-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastmob%2Fwordpress-llms-output-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rastmob","download_url":"https://codeload.github.com/rastmob/wordpress-llms-output-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastmob%2Fwordpress-llms-output-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["ai","data","llm","llms","training","training-data","wordpress","wordpress-development","wordpress-plugin"],"created_at":"2025-02-02T11:19:00.801Z","updated_at":"2026-05-03T19:32:12.226Z","avatar_url":"https://github.com/rastmob.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLMs Training WordPress Plugin\n\nA WordPress plugin to export posts, pages, and custom post types as JSON for training Language Models (LLMs).\n\n## Description\n\nThe **LLMs Training** plugin allows you to export your WordPress content (posts, pages, and custom post types) as a JSON file. This JSON file can be used to train Language Models (LLMs) like GPT, BERT, or other NLP models.\n\n## Features\n\n- Export posts, pages, and custom post types as JSON.\n- Include metadata such as title, content, author, categories, tags, and more.\n- Simple one-click export from the WordPress admin dashboard.\n- JSON file saved in the WordPress uploads directory with a downloadable link.\n\n## Installation\n\n1. Download the plugin ZIP file or clone this repository.\n2. Upload the `llms-training` folder to the `/wp-content/plugins/` directory of your WordPress installation.\n3. Activate the plugin through the **Plugins** menu in WordPress.\n4. Go to **LLMs Training** in the admin menu and click **Export Data** to generate the JSON file.\n\n## Usage\n\n1. Navigate to **LLMs Training** in the WordPress admin menu.\n2. Click the **Export Data** button.\n3. Once the export is complete, a download link for the JSON file will appear.\n\n## Example JSON Output\n\n```json\n[\n    {\n        \"id\": 1,\n        \"title\": \"Hello World\",\n        \"content\": \"Welcome to WordPress. This is your first post.\",\n        \"excerpt\": \"\",\n        \"slug\": \"hello-world\",\n        \"date\": \"2023-01-01 00:00:00\",\n        \"modified\": \"2023-01-01 00:00:00\",\n        \"author\": \"admin\",\n        \"categories\": [\"Uncategorized\"],\n        \"tags\": []\n    }\n]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastmob%2Fwordpress-llms-output-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frastmob%2Fwordpress-llms-output-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastmob%2Fwordpress-llms-output-plugin/lists"}