{"id":50450306,"url":"https://github.com/posty-studio/autoblue","last_synced_at":"2026-06-01T00:01:03.585Z","repository":{"id":268903875,"uuid":"888494203","full_name":"posty-studio/autoblue","owner":"posty-studio","description":"Add Bluesky to your WordPress website. Automatically share new posts to Bluesky and integrate Bluesky replies with the comments on your website.","archived":false,"fork":false,"pushed_at":"2026-05-30T22:24:46.000Z","size":744,"stargazers_count":10,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T23:18:01.624Z","etag":null,"topics":["bluesky","social","wordpress"],"latest_commit_sha":null,"homepage":"https://autoblue.co","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/posty-studio.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-11-14T13:51:40.000Z","updated_at":"2026-05-30T22:24:48.000Z","dependencies_parsed_at":"2025-03-28T17:37:35.000Z","dependency_job_id":"a7365744-c90b-4eda-8b6b-2e506fb5e9f3","html_url":"https://github.com/posty-studio/autoblue","commit_stats":null,"previous_names":["posty-studio/autoblue"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/posty-studio/autoblue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posty-studio%2Fautoblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posty-studio%2Fautoblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posty-studio%2Fautoblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posty-studio%2Fautoblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posty-studio","download_url":"https://codeload.github.com/posty-studio/autoblue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posty-studio%2Fautoblue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33753925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["bluesky","social","wordpress"],"created_at":"2026-06-01T00:00:38.055Z","updated_at":"2026-06-01T00:01:03.495Z","avatar_url":"https://github.com/posty-studio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autoblue\n\nAdd Bluesky to your WordPress website. Automatically share new posts to Bluesky and integrate Bluesky replies with the comments on your website.\n\n## Installation\n\n1. Clone the repository into the `wp-content/plugins` directory of your WordPress installation.\n2. Run `npm install` to install the dependencies.\n3. Run `npm run build` to build the plugin.\n4. Run `composer install` to install the PHP dependencies.\n5. Activate the plugin in the WordPress admin.\n\n## Development\n\n1. Run `npm run start` to start the development server.\n\n## Build\n\n1. `composer install --no-dev` to install the PHP dependencies.\n1. `npm run build` to build the plugin.\n\n## Bundling\n\n1. Run `npm run plugin-zip` to create a zip file of the plugin.\n\n## Development process\n\nTo create a new feature, make a fix, or change something else, create a new branch from `main`. Once the changes are ready, create a pull request to merge the changes back into `main`.\n\nAll pull requests should be properly reviewed and tested before merging. Any code merged into `main` can be included in the next release at any point.\n\nIf you are working on a new feature or a larger change, consider creating a feature branch from `main`. Once the feature is ready, create a pull request to merge the feature branch back into `main`.\n\n## Release process\n\nAutoblue uses the [10up/action-wordpress-plugin-deploy](https://github.com/10up/action-wordpress-plugin-deploy) GitHub Action to deploy the plugin to the WordPress.org plugin repository.\n\nTo release a new version, follow these steps:\n\n1. Switch to the `main` branch and make sure all changes are merged into it.\n2. Run `bin/release.sh \u003cversion\u003e` to create a new release. Replace `\u003cversion\u003e` with the new version number. This creates a new branch and updates the changelog and version numbers.\n3. Check the changelog in `readme.txt` and make changes if required.\n4. Commit the changes, create a PR to merge the release branch into `main`, and merge the PR.\n5. Create a new release on GitHub with the new version number, tag, and the changelog entry.\n6. The GitHub Action will automatically deploy the new version to the WordPress.org plugin repository.\n7. Add a new changelog entry on the [Autoblue changelog page](https://autoblue.co/changelog/) for the new version.\n\n### Updating assets or readme without creating a new release\n\nTo update the assets (like screenshots) or readme without creating a new release (e.g. when updating the `Tested up to` line), follow these steps:\n\n1. Create a new branch from `main`.\n2. Update the assets in the `assets` directory (if required).\n3. Update `readme.txt` with new information (if required).\n4. Create a PR with the changes and merge it into `main`.\n\nThe changes will be automatically deployed to the WordPress.org plugin repository by the [10up/action-wordpress-plugin-asset-update](https://github.com/10up/action-wordpress-plugin-asset-update) GitHub Action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposty-studio%2Fautoblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposty-studio%2Fautoblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposty-studio%2Fautoblue/lists"}