Skip to content

Initial Release

Choose a tag to compare

@koutsosg koutsosg released this 20 Aug 11:01
· 1 commit to v.01 since this release

Initial Release

This is the initial release of the google-indexAPI-python project, featuring the executable version .

Included in this release:

  • indexing.exe (Windows)
  • README.md: Instructions for using the executable.

Prerequisites

Steps needed to be performed

  1. Custom Search Engine ID
  2. API key for Google Custom Search API
  3. Service Account JSON Key for Google Indexing API

Refer to these resources for setup instructions:

Instructions:

  1. Download the ZIP file.
  2. Extract the contents folder.
  3. You need to provide the following files in the same folder:
  • apidetails.json: The JSON key file for authenticating with the Google Indexing API.
  • my_data.csv: The CSV file containing the URLs to be processed. Ensure it has a column named "URL".
  1. Run the executable (indexing.exe or indexing).
  2. Check the Logs Folder for results
  • The executable generates log files in a directory named logs in the same location where the executable was run.