Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 719 Bytes

File metadata and controls

20 lines (18 loc) · 719 Bytes

Getting started

  • Clone this repository
  • Generate API credentials for your project in your Google API Console
    • Click "Create Credentials"
    • Select "OAuth client ID"
    • Select "Other" as the Application Type and click "Create"
  • Download your project's JSON file by clicking the Download icon
  • Rename the file client_secret.json and place it in the /config directory
  • Install the required Python packages
$ pip3 install -r requirements.txt
  • Run the script as a demo
$ python3 webmaster.py
  • Query and update all your data!

Read more about SEO with Python