Code Monkey home page Code Monkey logo

searchconsole's Introduction

Search Console

This script lets you query the Google Webmaster Tools API via a Python script.

To get started, you'll need to create a new project in the Google Developer Console, enable the Google Search Console API.

Afterwards, you’ll want to edit the client_secrets.json file and insert your own client_id and client_secret.

Once that’s set up, you’ll be able to query any website that you have claimed in Webmaster Tools.

You can clone this repo to your local computer, fire up terminal and type in: python search.py 'www.website.com' '2015-08-01' '2015-12-04'

If you want to save your results to a csv file, you can type in: python search.py 'www.website.com' '2015-08-01' '2015-12-04' > results.csv

The date range is limited to 90 days, so you might want to consider how you store your data long-term. You could enable the Google Drive API and write the data to a Google spreadsheet. You could also take it one step further and host it all on app engine.

searchconsole's People

Contributors

chipoglesby avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.