In order to run, the scripts in gsc-utils currently require oauth2client Python library for loading saved authorization credentials (for accessing Google API).
Recently, Google has deprecated this library in favor of google-auth and oauthlib, but it will take time to figure out how to use either of those and replace the existing dependency. So I'd like to have those available also for the inevitable switch in the near future.
Please install the following:
- oauth2client
- google-auth
- oauthlib
Thank you!