Google API Update (1.5.1) (#247)

* switch to google internal api

* A bit of tidying up

* A bit more of tidying up

* A bit more of tidying up

* Pre 1.5.1

- Add proxy exclusions
- Update ReadMe
- Update config Interface

---------

Co-authored-by: TheNetsky <56271887+TheNetsky@users.noreply.github.com>
This commit is contained in:
AariaX
2025-02-24 21:49:19 +07:00
committed by GitHub
parent 82a896e83f
commit 1102f2ca94
6 changed files with 98 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
{
"baseURL": "https://rewards.bing.com",
"sessionPath": "sessions",
"headless": true,
"headless": false,
"parallel": true,
"runOnZeroPoints": false,
"clusters": 1,
@@ -33,11 +33,15 @@
"logExcludeFunc": [
"SEARCH-CLOSE-TABS"
],
"webhooklogExcludeFunc": [
"webhookLogExcludeFunc": [
"SEARCH-CLOSE-TABS"
],
"proxy": {
"proxyGoogleTrends": true,
"proxyBingTerms": true
},
"webhook": {
"enabled": false,
"url": ""
}
}
}