{"id":27209244,"url":"https://github.com/mateothegreat/wordpress-seeder","last_synced_at":"2026-04-26T22:31:41.920Z","repository":{"id":42537965,"uuid":"439759276","full_name":"mateothegreat/wordpress-seeder","owner":"mateothegreat","description":"Create fake data to seed wordpress sites using the REST API like a boss.","archived":false,"fork":false,"pushed_at":"2023-02-04T04:12:46.000Z","size":130091,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T19:31:45.077Z","etag":null,"topics":["wordpress","wordpress-seed"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/wordpress-seeder","language":"TypeScript","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/mateothegreat.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}},"created_at":"2021-12-19T02:33:58.000Z","updated_at":"2021-12-19T21:05:48.000Z","dependencies_parsed_at":"2023-02-18T13:45:51.866Z","dependency_job_id":null,"html_url":"https://github.com/mateothegreat/wordpress-seeder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mateothegreat/wordpress-seeder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateothegreat%2Fwordpress-seeder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateothegreat%2Fwordpress-seeder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateothegreat%2Fwordpress-seeder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateothegreat%2Fwordpress-seeder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateothegreat","download_url":"https://codeload.github.com/mateothegreat/wordpress-seeder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateothegreat%2Fwordpress-seeder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"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":["wordpress","wordpress-seed"],"created_at":"2025-04-10T00:40:01.075Z","updated_at":"2026-04-26T22:31:41.897Z","avatar_url":"https://github.com/mateothegreat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seed WordPress Data 🚀🚀🚀\n\nCreate fake data to seed wordpress sites using the REST API like a boss.\n\n### 🦾 Features\n\n* Create unlimited categories.\n* Create unlimited comments.\n* Create unlimited pages:\n    * Adds comments.\n    * Adds random media file(s).\n* Create unlimited posts.\n    * Adds categories.\n    * Adds comments.\n    * Adds random media file(s).\n* Create unlimited tags.\n* Create unlimited media upload.\n\n```sh\n$ wordpress-seeder --endpoint https://yourdomain.com/wp-json --username a --password b create --amount 2 pages\n\nCreated page 1/2 ID #11109 https://yourdomain.com/delectus-repudiandae-in-animi/\nCreated page 2/2 ID #11110 https://yourdomain.com/aut-sunt-commodi-est/\n```\n\n## Install\n\n```shell\nnpm install -g wordpress-seeder\n```\n\n## Usage\n\nGlobal options:\n\n```shell\n$ wordpress-seeder --help\n\nUsage: 🚀 WordPress Seeder [options] [command]\n\nCreates fake data to seed wordpress sites using the REST API.\n\nOptions:\n  -V, --version              output the version number\n  -e, --endpoint \u003cendpoint\u003e  url to the rest api base (i.e.: https://domain.com/wp-json)\n  -u, --username \u003cusername\u003e  wordpress username\n  -p, --password \u003cpassword\u003e  wordpress password\n  -h, --help                 display help for command\n\nCommands:\n  create [options] \u003ctype\u003e    create new resources of type specified\n  help [command]             display help for command\n```\n\nCreate options:\n\n```shell\n$ wordpress-seeder create --help\n\nUsage: 🚀 WordPress Seeder create [options] \u003ctype\u003e\n\ncreate new resources of type specified\n\nArguments:\n  type                   resource type (choices: \"categories\", \"comments\", \"pages\", \"posts\", \"tags\")\n\nOptions:\n  -a, --amount \u003camount\u003e  amount of records to create\n  -h, --help             display help for command\n```\n\n## Development\n\n```shell\ngit clone https://github.com/mateothegreat/wordpress-seeder.git\ncd wordpress-seeder\nnpm install\n```\n\nRunning a command locally:\n\n```shell\nnpx ts-node src/main.ts create --amount 2 categories\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateothegreat%2Fwordpress-seeder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateothegreat%2Fwordpress-seeder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateothegreat%2Fwordpress-seeder/lists"}