{"id":18036644,"url":"https://github.com/tareq1988/wp-cli-fb-user-export","last_synced_at":"2025-08-10T04:37:11.980Z","repository":{"id":141690671,"uuid":"93927951","full_name":"tareq1988/wp-cli-fb-user-export","owner":"tareq1988","description":"Export your users for facebook custom audience","archived":false,"fork":false,"pushed_at":"2017-06-10T09:19:12.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T22:19:07.082Z","etag":null,"topics":["wp-cli","wp-cli-package"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/tareq1988.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}},"created_at":"2017-06-10T09:06:12.000Z","updated_at":"2019-07-25T06:39:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbda1910-431f-4eb4-bc4a-4f2ccd120a76","html_url":"https://github.com/tareq1988/wp-cli-fb-user-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tareq1988/wp-cli-fb-user-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-cli-fb-user-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-cli-fb-user-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-cli-fb-user-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-cli-fb-user-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tareq1988","download_url":"https://codeload.github.com/tareq1988/wp-cli-fb-user-export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fwp-cli-fb-user-export/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677473,"owners_count":24457853,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["wp-cli","wp-cli-package"],"created_at":"2024-10-30T12:13:50.578Z","updated_at":"2025-08-10T04:37:11.948Z","avatar_url":"https://github.com/tareq1988.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"tareq1988/wp-cli-fb-user-export\n========================\n\nExport your users for facebook custom audience\n\n[![Build Status](https://travis-ci.org/tareq1988/wp-cli-fb-user-export.svg?branch=master)](https://travis-ci.org/tareq1988/wp-cli-fb-user-export)\n\nQuick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing)\n\n## Using\n\n```NAME\n\n  wp user fb-user-export\n\nDESCRIPTION\n\n  Export users for facebook ad audience\n\nSYNOPSIS\n\n  wp user fb-user-export [--type=\u003ctype\u003e] [--role=\u003crole\u003e]\n\nOPTIONS\n\n  [--type=\u003ctype\u003e]\n    Use fields from either WooCommerce or Easy Digital Downloads\n    ---\n    options:\n      - woo\n      - edd\n    ---\n\n  [--role=\u003crole\u003e]\n    Only export users with a certain role.\n\nEXAMPLES\n\n    wp user fb-user-export\n    wp user fb-user-export --role=subscriber\n    wp user fb-user-export --type=woo --role=customer\n    wp user fb-user-export --type=edd --role=subscriber\n\n```\n\n\n## Installing\n\nInstalling this package requires WP-CLI v1.1.0 or greater. Update to the latest stable release with `wp cli update`.\n\nOnce you've done so, you can install this package with:\n\n    wp package install git@github.com:tareq1988/wp-cli-fb-user-export.git\n\n## Contributing\n\nWe appreciate you taking the initiative to contribute to this project.\n\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\n\n### Reporting a bug\n\nThink you’ve found a bug? We’d love for you to help us get it fixed.\n\nBefore you create a new issue, you should [search existing issues](https://github.com/tareq1988/wp-cli-fb-user-export/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\n\nOnce you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/tareq1988/wp-cli-fb-user-export/issues/new) with the following:\n\n1. What you were doing (e.g. \"When I run `wp post list`\").\n2. What you saw (e.g. \"I see a fatal about a class being undefined.\").\n3. What you expected to see (e.g. \"I expected to see the list of posts.\")\n\nInclude as much detail as you can, and clear steps to reproduce if possible.\n\n### Creating a pull request\n\nWant to contribute a new feature? Please first [open a new issue](https://github.com/tareq1988/wp-cli-fb-user-export/issues/new) to discuss whether the feature is a good fit for the project.\n\nOnce you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:\n\n1. Create a feature branch for each contribution.\n2. Submit your pull request early for feedback.\n3. Include functional tests with your changes. [Read the WP-CLI documentation](https://wp-cli.org/docs/pull-requests/#functional-tests) for an introduction.\n4. Follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).\n\n\n*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fwp-cli-fb-user-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftareq1988%2Fwp-cli-fb-user-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fwp-cli-fb-user-export/lists"}