feat: update configuration and queries for enhanced search capabilities and localization support

This commit is contained in:
2025-11-04 21:43:06 +01:00
parent 9d5a9b438d
commit 03d94a0441
4 changed files with 300 additions and 6 deletions

View File

@@ -213,6 +213,16 @@ The script works great with default settings, but you can customize everything i
```jsonc
{
"search": {
"useLocalQueries": false, // Prioritize Google Trends API (recommended)
"settings": {
"useGeoLocaleQueries": true // Use account country for searches (FR, DE, JP, etc.)
}
},
"queryDiversity": {
"enabled": true, // Mix multiple search sources
"sources": ["google-trends", "reddit", "local-fallback"]
},
"humanization": {
"enabled": true, // Enable natural behavior patterns
"stopOnBan": true // Stop on ban detection