{"id":19119755,"url":"https://github.com/wintermi/get-media-recommendations","last_synced_at":"2026-06-12T21:03:05.955Z","repository":{"id":65695921,"uuid":"597442409","full_name":"wintermi/get-media-recommendations","owner":"wintermi","description":"A command line application designed to provide a simple method to request recommendations from a Google Cloud Discovery Engine API model for the parameters contained within the input file.","archived":false,"fork":false,"pushed_at":"2025-06-24T10:43:32.000Z","size":251,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T14:13:00.995Z","etag":null,"topics":["google-cloud","google-cloud-platform"],"latest_commit_sha":null,"homepage":"","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/wintermi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-04T15:12:00.000Z","updated_at":"2025-06-24T10:43:35.000Z","dependencies_parsed_at":"2023-02-18T17:31:37.694Z","dependency_job_id":"a6360b8f-a106-4802-b578-2095f8385d9b","html_url":"https://github.com/wintermi/get-media-recommendations","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wintermi/get-media-recommendations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fget-media-recommendations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fget-media-recommendations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fget-media-recommendations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fget-media-recommendations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wintermi","download_url":"https://codeload.github.com/wintermi/get-media-recommendations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wintermi%2Fget-media-recommendations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262157,"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-06-12T02:00:06.859Z","response_time":109,"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":["google-cloud","google-cloud-platform"],"created_at":"2024-11-09T05:11:00.146Z","updated_at":"2026-06-12T21:03:05.947Z","avatar_url":"https://github.com/wintermi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Media API Recommendations\n\n[![Workflows](https://github.com/wintermi/get-media-recommendations/workflows/Go%20-%20Build/badge.svg)](https://github.com/wintermi/get-media-recommendations/actions)\n[![Go Report](https://goreportcard.com/badge/github.com/wintermi/get-media-recommendations)](https://goreportcard.com/report/github.com/wintermi/get-media-recommendations)\n[![License](https://img.shields.io/github/license/wintermi/get-media-recommendations.svg)](https://github.com/wintermi/get-media-recommendations/blob/main/LICENSE)\n[![Release](https://img.shields.io/github/v/release/wintermi/get-media-recommendations?include_prereleases)](https://github.com/wintermi/get-media-recommendations/releases)\n\n\n## Description\n\nA command line application designed to provide a simple method to request recommendations from a Google Cloud Discovery Engine API model for the parameters contained within the input file.\n\n```\nUSAGE:\n    get-media-recommendations -p PROJECT_NUMBER -s SERVING_CONFIG -i INPUT_FILE\n\nARGS:\n  -b string\n    \tBranch (default \"0\")\n  -d string\n    \tData Store (default \"default_data_store\")\n  -f string\n    \tFilter String\n  -i string\n    \tParameter Input File  (Required)\n  -l string\n    \tLocation (default \"global\")\n  -n int\n    \tNumber of Results, 1 to 100 (default 5)\n  -p string\n    \tProject Number  (Required)\n  -s string\n    \tServing Config  (Required)\n  -v\tOutput Verbose Detail\n```\n\n## Example Parameter Input File\n\n```\n[\n  {\n    \"eventType\": \"view-item\",\n    \"userPseudoId\": \"1\",\n    \"documents\": [\n      {\n        \"id\": \"0598\"\n      }\n    ]\n  },\n  {\n    \"eventType\": \"view-item\",\n    \"userPseudoId\": \"2\",\n    \"documents\": [\n      {\n        \"id\": \"0986\"\n      }\n    ]\n  }\n]\n```\n\n\n## License\n\n**get-media-recommendations** is released under the [Apache License 2.0](https://github.com/wintermi/get-media-recommendations/blob/main/LICENSE) unless explicitly mentioned in the file header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintermi%2Fget-media-recommendations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwintermi%2Fget-media-recommendations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintermi%2Fget-media-recommendations/lists"}