Web Search Plugin Setup (Google Custom Search) - MasterPhooey/Tater GitHub Wiki
🔍 Web Search Plugin Setup (Google Custom Search)
Follow these steps to enable Google Custom Search API and connect it to your bot.
Step 1: Create or Select a Google Cloud Project
- Go to: https://console.cloud.google.com/projectselector2/home/dashboard
- Click "New Project" or select an existing one.
- Note your Project ID (you’ll need it in later steps).
Step 2: Enable the Custom Search API
- Visit this link:
https://console.developers.google.com/apis/api/customsearch.googleapis.com/overview - Make sure your project is selected (top navbar).
- Click "Enable".
Step 3: Create an API Key
- Go to: https://console.cloud.google.com/apis/credentials
- Click “+ CREATE CREDENTIALS” > API key
- Copy the generated API key.
Step 4: Set Up a Programmable Search Engine (CSE)
- Go to: https://programmablesearchengine.google.com/controlpanel/create
- Click “Search the entire web” under Sites to search.
- Click Create.
- Public URL https://cse.google.com/cse?cx= <-- Copy this number for Google Search Engine ID
Step 5: Add Keys to the Plugin Settings
In your Tater bot WebUI:
- Open the Plugin Settings sidebar.
- Find the Web Search plugin.
- Paste:
- Google API Key → from Step 3
- Google Search Engine ID (CX) → from Step 4
- Save the settings.