{"id":15487802,"url":"https://github.com/werediver/bbtronic","last_synced_at":"2025-07-24T22:37:06.927Z","repository":{"id":69241481,"uuid":"274994818","full_name":"werediver/bbtronic","owner":"werediver","description":"Parktronic for your pull-requests on Bitbucket","archived":false,"fork":false,"pushed_at":"2020-06-29T17:29:23.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T08:13:19.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/werediver.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":"2020-06-25T19:07:17.000Z","updated_at":"2020-07-29T09:16:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe160db2-4f5b-43e4-8845-682f68ec4bdd","html_url":"https://github.com/werediver/bbtronic","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"964a9dac9bdad2171b926d587b1c4df76ced48ed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werediver%2Fbbtronic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werediver%2Fbbtronic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werediver%2Fbbtronic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werediver%2Fbbtronic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werediver","download_url":"https://codeload.github.com/werediver/bbtronic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059336,"owners_count":20717085,"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-10-02T06:41:48.290Z","updated_at":"2025-03-28T16:15:56.720Z","avatar_url":"https://github.com/werediver.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bbtronic\n\nMonitors and merges your pull-request on Bitbucket when it's ready.\n\n## Configuration\n\n`bbtronic` looks for a configuration file named `.bbtronic` in the current directory of one of its parent directories.\n\nThe configuration file should be of the following form:\n\n```\n[server1]\nbase_uri = https://server1.com\naccess_token = xxx\n\n[server2]\nbase_uri = https://server2.com\naccess_token = yyy\n```\n\n## Building\n\n`bbtronic` can be packaged as a single executable file (thanks to [pex](https://github.com/pantsbuild/pex)) by running the build script:\n\n```\n$ ./mk.sh\n``` \n\nThe build script generates a single file `bin/bbtronic`, which you can link or copy into `~/bin/` or other appropriate directory _that is included in your `PATH` environment variable_.\n\n## Usage\n\nYou can list the open pull-requests by using the `list` command:\n\n```\n$ bbtronic list server1/PROJ/repo\n```\n\nIt shows IDs and titles of the open pull-requests, so that you can proceed with other commands, the key of which is `automerge`:\n\n```\n$ bbtronic automerge server1/PROJ/repo/1234\n```\n\nIt periodically checks whether the pull-request is ready to be merged and merges it as soon as possible.\n\n# Dependencies\n\n`bbtronic` depends on [requests](https://github.com/psf/requests) package to perform HTTP requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerediver%2Fbbtronic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerediver%2Fbbtronic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerediver%2Fbbtronic/lists"}