You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A \"Hello, World!\" program is generally a computer program that ignores any input, and outputs or displays a message similar to \"Hello, World!\"."
51
+
"description": "A \"Hello, World!\" program is generally a computer program that ignores any input, and outputs or displays a message similar to \"Hello, World!\".",
52
+
"ad": false
51
53
},
52
54
]
53
55
```
54
-
### **Images**
56
+
### **Images****[WIP]**
55
57
### *Example request*
56
58
Get 100 **Google** results for `golden puppy`:
57
59
```
58
60
GET http://127.0.0.1:7000/google/image?text=golden puppy&limit=100
"description": "A \"Hello, World!\" program is generally a computer program that ignores any input, and outputs or displays a message similar to \"Hello, World!\"."
68
-
},
69
-
]
70
-
```
62
+
71
63
72
64
## CLI <aname="cli"></a> ⌨️
73
65
* Use `-h` flag to see commands.
@@ -86,7 +78,8 @@ As a result you should get JSON output containting search results:
"title": "11 Sure-Fire Ways to Get Banned From Google | CyberOptik",
89
-
"description": "How To Get Banned From Google · 1. Cloaking: The Art of Deception · 2. Plagiarism: Because Originality is Overrated · 3. Keyword Stuffing: More is Always Better · 4 ..."
81
+
"description": "How To Get Banned From Google · 1. Cloaking: The Art of Deception · 2. Plagiarism: Because Originality is Overrated · 3. Keyword Stuffing: More is Always Better · 4 ...",
RootCmd.PersistentFlags().BoolVarP(&config.App.IsLeakless, "leakless", "l", false, "Use leakless mode to insure browser instances are closed after search")
129
133
RootCmd.PersistentFlags().BoolVarP(&config.App.IsRawRequests, "raw", "r", false, "Disable browser usage, use HTTP requests")
130
134
RootCmd.PersistentFlags().BoolVarP(&config.App.IsLeaveHead, "leave", "", false, "Leave browser and tabs opened after search is made")
135
+
RootCmd.PersistentFlags().StringVarP(&config.Config2Capcha.ApiKey, "2captcha_key", "", "", "2 captcha api key")
0 commit comments