{"id":16509474,"url":"https://github.com/jtemporal/scrap-query-data-google-api","last_synced_at":"2026-05-24T16:37:01.428Z","repository":{"id":78994891,"uuid":"363286761","full_name":"jtemporal/scrap-query-data-google-api","owner":"jtemporal","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-01T00:07:34.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T16:59:49.576Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtemporal.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}},"created_at":"2021-05-01T00:01:01.000Z","updated_at":"2021-05-01T00:07:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5060eb6-ca3a-4739-ab33-c276c81b42b5","html_url":"https://github.com/jtemporal/scrap-query-data-google-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtemporal/scrap-query-data-google-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fscrap-query-data-google-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fscrap-query-data-google-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fscrap-query-data-google-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fscrap-query-data-google-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/scrap-query-data-google-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fscrap-query-data-google-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33442525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T15:50:43.326Z","updated_at":"2026-05-24T16:37:01.412Z","avatar_url":"https://github.com/jtemporal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finding the top Queries for websites\n\n## Google Search Console API configuration\n\n### Step 1: Activating The API\n\nActivate the API via the [API library here](https://console.cloud.google.com/apis/library/searchconsole.googleapis.com).\n\nNotice the project selected, you might want to create an project just for this. 😉\n\nTK video 01\n\n### Step 2: Configure OAuth\n\nAfter activating it you'll need to configure the OAuth for that project.\n\nTo do this follow along with video bellow:\n\nTK video 02\n\n### Step 3: Create Your credentials\n\nThen you have to create a client ID and client secret. To keep track of those info you'll need create a secrets file named `client_secrets.json` with the contents in [the file available here](https://github.com/googleapis/google-api-python-client/blob/master/samples/searchconsole/client_secrets.json).\n\nHere's how you can get the ID and secret:\n\nTK video 03\n\n## Creating The Python Env\n\nUse Python 3.8.2\n\n```\npython3 -m venv .env\nsource .env/bin/activate\npip install -U pip\npip install -r requirements.txt\n```\n\n## Running\n\nRun:\n\n```\npython app.py 'https://example.com/sitemap.xml' '2021-04-01' '2021-04-28'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fscrap-query-data-google-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fscrap-query-data-google-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fscrap-query-data-google-api/lists"}