Initial 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
- Custom Search Engine ID
- API key for Google Custom Search API
- Service Account JSON Key for Google Indexing API
Refer to these resources for setup instructions:
Instructions:
- Download the ZIP file.
- Extract the contents folder.
- 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".
- Run the executable (
indexing.exeorindexing). - 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.