{"id":14068933,"url":"https://github.com/mkearney/googler","last_synced_at":"2025-08-18T03:39:38.095Z","repository":{"id":56936734,"uuid":"205187636","full_name":"mkearney/googler","owner":"mkearney","description":"googler: Google from the R Console","archived":false,"fork":false,"pushed_at":"2019-10-25T16:40:21.000Z","size":101,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-19T19:46:51.711Z","etag":null,"topics":["google","google-search","googler","r","r-package","rstats"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkearney.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2019-08-29T14:55:15.000Z","updated_at":"2022-10-11T21:05:40.000Z","dependencies_parsed_at":"2022-08-21T01:10:27.842Z","dependency_job_id":null,"html_url":"https://github.com/mkearney/googler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mkearney/googler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fgoogler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fgoogler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fgoogler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fgoogler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkearney","download_url":"https://codeload.github.com/mkearney/googler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fgoogler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270940607,"owners_count":24671678,"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-18T02:00:08.743Z","response_time":89,"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","google-search","googler","r","r-package","rstats"],"created_at":"2024-08-13T07:06:29.501Z","updated_at":"2025-08-18T03:39:38.046Z","avatar_url":"https://github.com/mkearney.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\noptions(width = 90)\nlibrary(googler)\n```\n\n# googler \u003cimg src='man/figures/logo.png' align=\"right\" height=\"200\" /\u003e\n\u003c!-- badges: start --\u003e\n[![Travis build status](https://travis-ci.org/mkearney/googler.svg?branch=master)](https://travis-ci.org/mkearney/googler)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/mkearney/googler?branch=master\u0026svg=true)](https://ci.appveyor.com/project/mkearney/googler)\n\u003c!-- badges: end --\u003e\n\nThis is a wrapper around the ['googler' command line tool](https://github.com/jarun/googler).\n\n## Requirements\n\nPython 3 must be installed and locatable\n\n\n## Installation\n\nYou can install the development version of {googler} from [Github](https://github.com/mkearney/googler) with:\n\n``` r\nremotes::install_github(\"mkearney/googler\")\n```\n\n\u003c!-- You can install the released version of googler from [CRAN](https://CRAN.R-project.org) with: --\u003e\n\n\u003c!-- ``` r --\u003e\n\u003c!-- install.packages(\"googler\") --\u003e\n\u003c!-- ``` --\u003e\n\n## Examples\n\nSearch google with various options to specify things like the desired result **`count`**, google **`news`**, within a range of **`time`**, from a given **`site`**, etc.\n\n### Example #1: Basic google search\n\n```{r}\n## search google for 'rstats'\ngoogler(\"rstats\")\n```\n\n### Example #2: Advanced google search\n\n```{r}\n## search google for 100 'rstats' or \"R language\" hits in English in past year\ngoogler(\"rstats OR \\\"R language\\\"\", count = 100, time = \"y1\", lang = \"en\")\n```\n\n### Example #3: Search google news\n\n```{r}\n## search google news for rstats/R language articles in the past three weeks\ngoogler(\"rstats OR \\\"R language\\\"\", news = TRUE)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fgoogler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkearney%2Fgoogler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fgoogler/lists"}