From 7def0b6c8fc6d038ecc73f2fc8d169fc933d7203 Mon Sep 17 00:00:00 2001 From: abhitrueprogrammer <67090539+abhitrueprogrammer@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:27:21 +0530 Subject: [PATCH] Update README.md Google has removed the search the entire web but emphasize included sites option. You can instead now get your project cx directly by coping your Search engine ID. The Image search option is a toggle now. Also added headers where these options are included for clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9a4a5a..8550954 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ To be able to use this library, you need to enable Google Custom Search API, gen - Visit [https://console.developers.google.com/apis/credentials](https://console.developers.google.com/apis/credentials) and generate API key credentials for your project. -- Visit [https://cse.google.com/cse/all](https://cse.google.com/cse/all) and in the web form where you create/edit your custom search engine enable "Image search" option and for "Sites to search" option select "Search the entire web but emphasize included sites". +- Visit [https://cse.google.com/cse/all](https://cse.google.com/cse/all) and in the web form where you create/edit your custom search engine copy your search engine ID under the basics header(Project CX) and enable "Image search" toggle under the search features header. -After setting up your Google developers account and project you should have been provided with developers API key and project CX. +After setting up your Google developers account and project you should have been provided with developers API key and project CX(search engine ID). Install package from pypi.org: