{"id":21169048,"url":"https://github.com/cosmicjs/wordpress-post-importer","last_synced_at":"2025-07-09T18:31:45.989Z","repository":{"id":43582175,"uuid":"170069538","full_name":"cosmicjs/wordpress-post-importer","owner":"cosmicjs","description":"Import posts from any WordPress website into your Cosmic Bucket in a few clicks","archived":false,"fork":false,"pushed_at":"2023-01-04T02:46:26.000Z","size":7080,"stargazers_count":6,"open_issues_count":23,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T04:51:15.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cosmicjs.com/extensions/wordpress-importer","language":"JavaScript","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/cosmicjs.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":"2019-02-11T04:48:04.000Z","updated_at":"2024-01-25T11:41:29.000Z","dependencies_parsed_at":"2023-02-01T18:02:43.861Z","dependency_job_id":null,"html_url":"https://github.com/cosmicjs/wordpress-post-importer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmicjs/wordpress-post-importer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fwordpress-post-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fwordpress-post-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fwordpress-post-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fwordpress-post-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmicjs","download_url":"https://codeload.github.com/cosmicjs/wordpress-post-importer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fwordpress-post-importer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502387,"owners_count":23618587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-20T15:22:20.167Z","updated_at":"2025-07-09T18:31:44.424Z","avatar_url":"https://github.com/cosmicjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://www.cosmicjs.com\" target=\"_blank\"\u003e\u003cimg src=\"https://cosmic-s3.imgix.net/31cc7ee0-2d80-11e9-9636-75201e82cc8c-wordpress-to-cosmic.jpg?w=1500\" width=\"500\" /\u003e\u003c/a\u003e\n\n# WordPress Import Extension\nInstall WordPress posts from any existing WordPress website into your Cosmic Bucket in a few clicks. Install this Extension by following these steps:\n1. [Login to your Cosmic Bucket](https://www.cosmicjs.com/login)\n2. Go to Your Bucket \u003e Settings \u003e Extensions\n3. Find and install the WordPress Import Extension\n\n# About Cosmic Extensions\nExtend the \u003ca href=\"https://www.cosmicjs.com\" target=\"_blank\"\u003eCosmic\u003c/a\u003e dashboard experience. Cosmic Extensions enable you to:\n- Create custom views in your Cosmic dashboard\n- Connect to third-party APIs\n\n\n### What is a Comsic JS Extension?\nIn short, it's a [JAMstack app](https://jamstack.org). It can be a simple static website, or complex web app, using front end web technology.\n\n\n### Links\n[Extension docs](https://www.cosmicjs.com/docs/extensions)\n\n[Extension examples](https://www.cosmicjs.com/extensions/)\n\n\n### Installation\n1. Download the .zip file in this repo\n2. [Login to Cosmic](https://www.cosmicjs.com) and go to Your Bucket \u003e Settings \u003e Extensions \u003e Add Extension\n\n\n### Required files\n#### extension.json\nKey | Type | Description\n--- | --- | ---\n| title     | String | Function title\n| font_awesome_class      | String | Icon to display in the Bucket sidenav\n| image_url      | String | Image thumbnail\n| repo_url      | String | Extension source code url\n\nExample `extension.json` file:\n```json\n{\n  \"title\": \"Extension Starter\",\n  \"font_awesome_class\": \"fa-rocket\",\n  \"image_url\": \"https://www.cosmicjs.com/images/marketing/logo-w-brand.jpg\",\n  \"repo_url\": \"https://github.com/cosmicjs/extension-starter\"\n}\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run export`\nExport the contents of this app into the build folder, then zip the build into `extension.zip` file for upload to Cosmic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fwordpress-post-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicjs%2Fwordpress-post-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fwordpress-post-importer/lists"}