google-searchconsole icon indicating copy to clipboard operation
google-searchconsole copied to clipboard

A wrapper for the Google Search Console API.

Results 13 google-searchconsole issues
Sort by recently updated
recently updated
newest added

See https://github.com/joshcarty/google-searchconsole/issues/51 for reference The code changes TL;DR: - Added a new property to the WebProperty object - Added a new Class to get the indexing information from GSC API...

Hey @joshcarty, Google announced a new API for GSC: https://developers.google.com/search/blog/2022/01/url-inspection-api. Do you want to extend your package to support it or do you rather stick to performance reporting only? Just...

This is mostly an idea to be elaborated in detail, but API data are Californian time based, which is -7/-8 from the UK. By using fresh live data (data state...

Google allow users to authenticate using [Service Accounts](https://cloud.google.com/iam/docs/understanding-service-accounts). We should allow users to authenticate with Google Search Console using Service Account credentials.

enhancement

Why do I get less rows if I run the same code from a DAG? For the same query, I get 4185 rows if I run locally from the command...

Using "pip3 install git+https://github.com/joshcarty/google-searchconsole" We now get: ERROR: Cannot uninstall 'httplib2'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would...

Hello, When I try to work the script as it should be, I take the error message below. AttributeError: module 'six.moves' has no attribute 'collections_abc' I have tried to update...

I got this working using a service account. It requires you to delegate domain-wide authority to the service account, which requires you to have G Suite. The G Suite admin...

Hi Team, While running the`account = searchconsole.authenticate(client_config='client_secrets.json')` line of code, I encountered an attribute error. Please advise/help. Thanks!

This now requires (in Google Colab) a restart to work with pulling data. It installs outdated packages which creates conflict when trying to connect to google's other apis. It will...