{"id":20152020,"url":"https://github.com/biwin/search-console","last_synced_at":"2025-08-02T10:07:20.040Z","repository":{"id":57465084,"uuid":"109596374","full_name":"biwin/search-console","owner":"biwin","description":"A Python Programmable interface to manage search engine consoles.","archived":false,"fork":false,"pushed_at":"2018-08-03T19:16:12.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T10:05:41.246Z","etag":null,"topics":["google-search-console","webmaster-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","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/biwin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-05T16:31:45.000Z","updated_at":"2022-02-20T15:44:45.000Z","dependencies_parsed_at":"2022-09-17T17:52:04.641Z","dependency_job_id":null,"html_url":"https://github.com/biwin/search-console","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/biwin/search-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fsearch-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fsearch-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fsearch-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fsearch-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biwin","download_url":"https://codeload.github.com/biwin/search-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biwin%2Fsearch-console/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268370086,"owners_count":24239764,"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-02T02:00:12.353Z","response_time":74,"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-search-console","webmaster-tools"],"created_at":"2024-11-13T23:08:18.715Z","updated_at":"2025-08-02T10:07:20.012Z","avatar_url":"https://github.com/biwin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search Console\nA Python Programmable interface to manage search engine consoles.\n\n## Installation\n\n    pip install search-console\n\n\n## Documentation\n\nFollow the documentation for respective search engines.\n\n* google : https://developers.google.com/webmaster-tools/search-console-api-original/v3/\n\n### Google Search Console / Google Webmaster Tools\n\n\n#### Initialization\n\n    from search_console import GoogleSearchConsole\n\n    search = GoogleSearchConsole(api_key='API_KEY', access_token='ACCESS_TOKEN')\n\n#### Usage\n\n| Parameter  | Documented as   | Example  |\n|---|---|---|\n| `site_url`  | `siteUrl` | `https://www.example.com/` |\n|   `feed_path`| `feedPath` | `https://www.example.com/sitemap.xml` |\n|  `url` | `url` | `https://www.example.com/pagename` |\n\nAllowed methods.\n\n    search.add_site(site_url)\n    search.delete_site(site_url)\n    search.get_site(site_url)\n    search.list_site(self)\n    search.delete_sitemap(site_url, feed_path)\n    search.get_sitemap(site_url, feed_path)\n    search.list_sitemap(site_url)\n    search.submit_sitemap(site_url, feed_path)\n    search.url_crawl_error_count(site_url, **kwargs)\n    search.get_url_crawl_error_samples(site_url, url, **kwargs)\n    search.list_url_crawl_error_sample(site_url, **kwargs)\n    search.mark_url_crawl_errors_as_fixed(site_url, url, **kwargs)\n\n## License\nThis package is released under **GNU GPLV3**\n\n##  Terms of Use\n* **Google Search Console**\nBy using Google Search Console, you agree to the terms and conditions of the following licence(s): \n  * [Google APIs Terms of Service](https://console.developers.google.com/tos?id=universal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiwin%2Fsearch-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiwin%2Fsearch-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiwin%2Fsearch-console/lists"}