{"id":16569979,"url":"https://github.com/andygrunwald/watson","last_synced_at":"2025-10-27T23:06:48.026Z","repository":{"id":57528653,"uuid":"42884790","full_name":"andygrunwald/watson","owner":"andygrunwald","description":"A crawler for Googles code review system \"Gerrit\"","archived":false,"fork":false,"pushed_at":"2021-06-22T17:09:50.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T00:54:57.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andygrunwald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"andygrunwald","custom":"https://paypal.me/andygrunwald"}},"created_at":"2015-09-21T18:12:30.000Z","updated_at":"2022-10-25T02:49:04.000Z","dependencies_parsed_at":"2022-09-03T19:42:29.352Z","dependency_job_id":null,"html_url":"https://github.com/andygrunwald/watson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andygrunwald%2Fwatson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andygrunwald%2Fwatson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andygrunwald%2Fwatson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andygrunwald%2Fwatson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andygrunwald","download_url":"https://codeload.github.com/andygrunwald/watson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248689377,"owners_count":21145923,"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-11T21:16:10.703Z","updated_at":"2025-10-27T23:06:42.993Z","avatar_url":"https://github.com/andygrunwald.png","language":"Go","funding_links":["https://github.com/sponsors/andygrunwald","https://paypal.me/andygrunwald"],"categories":[],"sub_categories":[],"readme":"# watson\n\n[![Build Status](https://travis-ci.org/andygrunwald/watson.svg?branch=master)](https://travis-ci.org/andygrunwald/watson)\n\nA crawler for Googles code review system [Gerrit](https://www.gerritcodereview.com/).\n\n## Features\n\n* List all projects of a Gerrit instance\n* Crawl a Gerrit instance and st\n* Various storage backends (currently [MySQL](https://www.mysql.com/) only)\n* Special storage backends for identites (currently [sortinghat](https://github.com/MetricsGrimoire/sortinghat) only)\n\n## Installation\n\nTODO\n\n## Usage\n\n```sh\n$ ./watson -help\nNAME:\n   Watson - Crawl your Gerrit!\n\nUSAGE:\n   ./watson [global options] command [command options] [arguments...]\n\nVERSION:\n   0.0.1\n\nAUTHOR(S):\n   Andy Grunwald \u003candygrunwald@gmail.com\u003e\n\nCOMMANDS:\n   list-projects, lp\tLists all projects of a Gerrit instance\n   crawl, c\t\tCrawls a Gerrit instance\n   help, h\t\tShows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --instance, -i \tURL for the Gerrit instance [$WATSON_INSTANCE]\n   --username, -u \tUsername for the Gerrit instance [$WATSON_AUTH_USERNAME]\n   --password, -p \tPassword for the Gerrit instance [$WATSON_AUTH_PASSWORD]\n   --auth-mode, --am \tMode for Gerrit authentication (basic or cookie) [$WATSON_AUTH_MODE]\n   --help, -h\t\tshow help\n   --version, -v\tprint the version\n```\n\n### List projects\n\nGet all projects of [Android](ttps://android-review.googlesource.com/):\n\n```sh\n$ ./watson -i \"https://android-review.googlesource.com/\" list-projects\n```\n\nList all extensions with descriptions of [TYPO3](https://review.typo3.org/):\n\n```sh\n$ ./watson -i \"https://review.typo3.org/\" list-projects \\\n           -template \"{{ .IDEscaped | printf \\\"%-60s\\\" }} {{ .Description }}\" \\\n           -filter \"TYPO3CMS/Extensions/.*\"\n```\n\n### Crawl\n\nTODO\n\n## License\n\nThis project is released under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandygrunwald%2Fwatson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandygrunwald%2Fwatson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandygrunwald%2Fwatson/lists"}