webscout 8.2.2__py3-none-any.whl → 8.2.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of webscout might be problematic. Click here for more details.

Files changed (306) hide show
  1. webscout/AIauto.py +112 -22
  2. webscout/AIbase.py +144 -7
  3. webscout/AIutel.py +249 -131
  4. webscout/Bard.py +579 -206
  5. webscout/DWEBS.py +78 -35
  6. webscout/__init__.py +0 -1
  7. webscout/cli.py +256 -0
  8. webscout/conversation.py +307 -436
  9. webscout/exceptions.py +23 -0
  10. webscout/prompt_manager.py +56 -42
  11. webscout/version.py +1 -1
  12. webscout/webscout_search.py +65 -47
  13. webscout/webscout_search_async.py +81 -126
  14. webscout/yep_search.py +93 -43
  15. {webscout-8.2.2.dist-info → webscout-8.2.7.dist-info}/METADATA +172 -52
  16. webscout-8.2.7.dist-info/RECORD +26 -0
  17. {webscout-8.2.2.dist-info → webscout-8.2.7.dist-info}/WHEEL +1 -1
  18. webscout-8.2.7.dist-info/entry_points.txt +3 -0
  19. webscout-8.2.7.dist-info/top_level.txt +1 -0
  20. inferno/__init__.py +0 -6
  21. inferno/__main__.py +0 -9
  22. inferno/cli.py +0 -6
  23. webscout/Extra/GitToolkit/__init__.py +0 -10
  24. webscout/Extra/GitToolkit/gitapi/__init__.py +0 -12
  25. webscout/Extra/GitToolkit/gitapi/repository.py +0 -195
  26. webscout/Extra/GitToolkit/gitapi/user.py +0 -96
  27. webscout/Extra/GitToolkit/gitapi/utils.py +0 -62
  28. webscout/Extra/YTToolkit/YTdownloader.py +0 -957
  29. webscout/Extra/YTToolkit/__init__.py +0 -3
  30. webscout/Extra/YTToolkit/transcriber.py +0 -476
  31. webscout/Extra/YTToolkit/ytapi/__init__.py +0 -6
  32. webscout/Extra/YTToolkit/ytapi/channel.py +0 -307
  33. webscout/Extra/YTToolkit/ytapi/errors.py +0 -13
  34. webscout/Extra/YTToolkit/ytapi/extras.py +0 -45
  35. webscout/Extra/YTToolkit/ytapi/https.py +0 -88
  36. webscout/Extra/YTToolkit/ytapi/patterns.py +0 -61
  37. webscout/Extra/YTToolkit/ytapi/playlist.py +0 -59
  38. webscout/Extra/YTToolkit/ytapi/pool.py +0 -8
  39. webscout/Extra/YTToolkit/ytapi/query.py +0 -40
  40. webscout/Extra/YTToolkit/ytapi/stream.py +0 -63
  41. webscout/Extra/YTToolkit/ytapi/utils.py +0 -62
  42. webscout/Extra/YTToolkit/ytapi/video.py +0 -232
  43. webscout/Extra/__init__.py +0 -7
  44. webscout/Extra/autocoder/__init__.py +0 -9
  45. webscout/Extra/autocoder/autocoder.py +0 -849
  46. webscout/Extra/autocoder/autocoder_utiles.py +0 -332
  47. webscout/Extra/gguf.py +0 -682
  48. webscout/Extra/tempmail/__init__.py +0 -28
  49. webscout/Extra/tempmail/async_utils.py +0 -141
  50. webscout/Extra/tempmail/base.py +0 -161
  51. webscout/Extra/tempmail/cli.py +0 -187
  52. webscout/Extra/tempmail/emailnator.py +0 -84
  53. webscout/Extra/tempmail/mail_tm.py +0 -361
  54. webscout/Extra/tempmail/temp_mail_io.py +0 -292
  55. webscout/Extra/weather.py +0 -194
  56. webscout/Extra/weather_ascii.py +0 -76
  57. webscout/LLM.py +0 -442
  58. webscout/Litlogger/__init__.py +0 -67
  59. webscout/Litlogger/core/__init__.py +0 -6
  60. webscout/Litlogger/core/level.py +0 -23
  61. webscout/Litlogger/core/logger.py +0 -165
  62. webscout/Litlogger/handlers/__init__.py +0 -12
  63. webscout/Litlogger/handlers/console.py +0 -33
  64. webscout/Litlogger/handlers/file.py +0 -143
  65. webscout/Litlogger/handlers/network.py +0 -173
  66. webscout/Litlogger/styles/__init__.py +0 -7
  67. webscout/Litlogger/styles/colors.py +0 -249
  68. webscout/Litlogger/styles/formats.py +0 -458
  69. webscout/Litlogger/styles/text.py +0 -87
  70. webscout/Litlogger/utils/__init__.py +0 -6
  71. webscout/Litlogger/utils/detectors.py +0 -153
  72. webscout/Litlogger/utils/formatters.py +0 -200
  73. webscout/Local/__init__.py +0 -12
  74. webscout/Local/__main__.py +0 -9
  75. webscout/Local/api.py +0 -576
  76. webscout/Local/cli.py +0 -516
  77. webscout/Local/config.py +0 -75
  78. webscout/Local/llm.py +0 -287
  79. webscout/Local/model_manager.py +0 -253
  80. webscout/Local/server.py +0 -721
  81. webscout/Local/utils.py +0 -93
  82. webscout/Provider/AI21.py +0 -177
  83. webscout/Provider/AISEARCH/DeepFind.py +0 -250
  84. webscout/Provider/AISEARCH/ISou.py +0 -256
  85. webscout/Provider/AISEARCH/Perplexity.py +0 -359
  86. webscout/Provider/AISEARCH/__init__.py +0 -10
  87. webscout/Provider/AISEARCH/felo_search.py +0 -228
  88. webscout/Provider/AISEARCH/genspark_search.py +0 -208
  89. webscout/Provider/AISEARCH/hika_search.py +0 -194
  90. webscout/Provider/AISEARCH/iask_search.py +0 -436
  91. webscout/Provider/AISEARCH/monica_search.py +0 -246
  92. webscout/Provider/AISEARCH/scira_search.py +0 -324
  93. webscout/Provider/AISEARCH/webpilotai_search.py +0 -281
  94. webscout/Provider/Aitopia.py +0 -292
  95. webscout/Provider/AllenAI.py +0 -413
  96. webscout/Provider/Andi.py +0 -228
  97. webscout/Provider/Blackboxai.py +0 -229
  98. webscout/Provider/C4ai.py +0 -432
  99. webscout/Provider/ChatGPTClone.py +0 -226
  100. webscout/Provider/ChatGPTES.py +0 -237
  101. webscout/Provider/ChatGPTGratis.py +0 -194
  102. webscout/Provider/Chatify.py +0 -175
  103. webscout/Provider/Cloudflare.py +0 -273
  104. webscout/Provider/Cohere.py +0 -208
  105. webscout/Provider/DeepSeek.py +0 -196
  106. webscout/Provider/Deepinfra.py +0 -297
  107. webscout/Provider/ElectronHub.py +0 -709
  108. webscout/Provider/ExaAI.py +0 -261
  109. webscout/Provider/ExaChat.py +0 -342
  110. webscout/Provider/Free2GPT.py +0 -241
  111. webscout/Provider/GPTWeb.py +0 -193
  112. webscout/Provider/Gemini.py +0 -169
  113. webscout/Provider/GithubChat.py +0 -367
  114. webscout/Provider/Glider.py +0 -211
  115. webscout/Provider/Groq.py +0 -670
  116. webscout/Provider/HF_space/__init__.py +0 -0
  117. webscout/Provider/HF_space/qwen_qwen2.py +0 -206
  118. webscout/Provider/HeckAI.py +0 -233
  119. webscout/Provider/HuggingFaceChat.py +0 -462
  120. webscout/Provider/Hunyuan.py +0 -272
  121. webscout/Provider/Jadve.py +0 -266
  122. webscout/Provider/Koboldai.py +0 -381
  123. webscout/Provider/LambdaChat.py +0 -392
  124. webscout/Provider/Llama.py +0 -200
  125. webscout/Provider/Llama3.py +0 -204
  126. webscout/Provider/Marcus.py +0 -148
  127. webscout/Provider/Netwrck.py +0 -228
  128. webscout/Provider/OLLAMA.py +0 -396
  129. webscout/Provider/OPENAI/__init__.py +0 -25
  130. webscout/Provider/OPENAI/base.py +0 -46
  131. webscout/Provider/OPENAI/c4ai.py +0 -367
  132. webscout/Provider/OPENAI/chatgpt.py +0 -549
  133. webscout/Provider/OPENAI/chatgptclone.py +0 -460
  134. webscout/Provider/OPENAI/deepinfra.py +0 -272
  135. webscout/Provider/OPENAI/e2b.py +0 -1350
  136. webscout/Provider/OPENAI/exaai.py +0 -404
  137. webscout/Provider/OPENAI/exachat.py +0 -433
  138. webscout/Provider/OPENAI/freeaichat.py +0 -352
  139. webscout/Provider/OPENAI/glider.py +0 -316
  140. webscout/Provider/OPENAI/heckai.py +0 -337
  141. webscout/Provider/OPENAI/llmchatco.py +0 -327
  142. webscout/Provider/OPENAI/netwrck.py +0 -348
  143. webscout/Provider/OPENAI/opkfc.py +0 -488
  144. webscout/Provider/OPENAI/scirachat.py +0 -463
  145. webscout/Provider/OPENAI/sonus.py +0 -294
  146. webscout/Provider/OPENAI/standardinput.py +0 -425
  147. webscout/Provider/OPENAI/textpollinations.py +0 -285
  148. webscout/Provider/OPENAI/toolbaz.py +0 -405
  149. webscout/Provider/OPENAI/typegpt.py +0 -346
  150. webscout/Provider/OPENAI/uncovrAI.py +0 -455
  151. webscout/Provider/OPENAI/utils.py +0 -211
  152. webscout/Provider/OPENAI/venice.py +0 -413
  153. webscout/Provider/OPENAI/wisecat.py +0 -381
  154. webscout/Provider/OPENAI/writecream.py +0 -156
  155. webscout/Provider/OPENAI/x0gpt.py +0 -371
  156. webscout/Provider/OPENAI/yep.py +0 -327
  157. webscout/Provider/OpenGPT.py +0 -199
  158. webscout/Provider/Openai.py +0 -496
  159. webscout/Provider/PI.py +0 -344
  160. webscout/Provider/Perplexitylabs.py +0 -415
  161. webscout/Provider/Phind.py +0 -535
  162. webscout/Provider/PizzaGPT.py +0 -198
  163. webscout/Provider/QwenLM.py +0 -254
  164. webscout/Provider/Reka.py +0 -214
  165. webscout/Provider/StandardInput.py +0 -278
  166. webscout/Provider/TTI/AiForce/__init__.py +0 -22
  167. webscout/Provider/TTI/AiForce/async_aiforce.py +0 -224
  168. webscout/Provider/TTI/AiForce/sync_aiforce.py +0 -245
  169. webscout/Provider/TTI/FreeAIPlayground/__init__.py +0 -9
  170. webscout/Provider/TTI/FreeAIPlayground/async_freeaiplayground.py +0 -181
  171. webscout/Provider/TTI/FreeAIPlayground/sync_freeaiplayground.py +0 -180
  172. webscout/Provider/TTI/ImgSys/__init__.py +0 -23
  173. webscout/Provider/TTI/ImgSys/async_imgsys.py +0 -202
  174. webscout/Provider/TTI/ImgSys/sync_imgsys.py +0 -195
  175. webscout/Provider/TTI/MagicStudio/__init__.py +0 -2
  176. webscout/Provider/TTI/MagicStudio/async_magicstudio.py +0 -111
  177. webscout/Provider/TTI/MagicStudio/sync_magicstudio.py +0 -109
  178. webscout/Provider/TTI/Nexra/__init__.py +0 -22
  179. webscout/Provider/TTI/Nexra/async_nexra.py +0 -286
  180. webscout/Provider/TTI/Nexra/sync_nexra.py +0 -258
  181. webscout/Provider/TTI/PollinationsAI/__init__.py +0 -23
  182. webscout/Provider/TTI/PollinationsAI/async_pollinations.py +0 -311
  183. webscout/Provider/TTI/PollinationsAI/sync_pollinations.py +0 -265
  184. webscout/Provider/TTI/__init__.py +0 -12
  185. webscout/Provider/TTI/aiarta/__init__.py +0 -2
  186. webscout/Provider/TTI/aiarta/async_aiarta.py +0 -482
  187. webscout/Provider/TTI/aiarta/sync_aiarta.py +0 -440
  188. webscout/Provider/TTI/artbit/__init__.py +0 -22
  189. webscout/Provider/TTI/artbit/async_artbit.py +0 -155
  190. webscout/Provider/TTI/artbit/sync_artbit.py +0 -148
  191. webscout/Provider/TTI/fastflux/__init__.py +0 -22
  192. webscout/Provider/TTI/fastflux/async_fastflux.py +0 -261
  193. webscout/Provider/TTI/fastflux/sync_fastflux.py +0 -252
  194. webscout/Provider/TTI/huggingface/__init__.py +0 -22
  195. webscout/Provider/TTI/huggingface/async_huggingface.py +0 -199
  196. webscout/Provider/TTI/huggingface/sync_huggingface.py +0 -195
  197. webscout/Provider/TTI/piclumen/__init__.py +0 -23
  198. webscout/Provider/TTI/piclumen/async_piclumen.py +0 -268
  199. webscout/Provider/TTI/piclumen/sync_piclumen.py +0 -233
  200. webscout/Provider/TTI/pixelmuse/__init__.py +0 -4
  201. webscout/Provider/TTI/pixelmuse/async_pixelmuse.py +0 -249
  202. webscout/Provider/TTI/pixelmuse/sync_pixelmuse.py +0 -182
  203. webscout/Provider/TTI/talkai/__init__.py +0 -4
  204. webscout/Provider/TTI/talkai/async_talkai.py +0 -229
  205. webscout/Provider/TTI/talkai/sync_talkai.py +0 -207
  206. webscout/Provider/TTS/__init__.py +0 -7
  207. webscout/Provider/TTS/deepgram.py +0 -156
  208. webscout/Provider/TTS/elevenlabs.py +0 -111
  209. webscout/Provider/TTS/gesserit.py +0 -127
  210. webscout/Provider/TTS/murfai.py +0 -113
  211. webscout/Provider/TTS/parler.py +0 -111
  212. webscout/Provider/TTS/speechma.py +0 -180
  213. webscout/Provider/TTS/streamElements.py +0 -333
  214. webscout/Provider/TTS/utils.py +0 -280
  215. webscout/Provider/TeachAnything.py +0 -187
  216. webscout/Provider/TextPollinationsAI.py +0 -231
  217. webscout/Provider/TwoAI.py +0 -199
  218. webscout/Provider/Venice.py +0 -219
  219. webscout/Provider/VercelAI.py +0 -234
  220. webscout/Provider/WebSim.py +0 -228
  221. webscout/Provider/WiseCat.py +0 -196
  222. webscout/Provider/Writecream.py +0 -211
  223. webscout/Provider/WritingMate.py +0 -197
  224. webscout/Provider/Youchat.py +0 -330
  225. webscout/Provider/__init__.py +0 -198
  226. webscout/Provider/ai4chat.py +0 -202
  227. webscout/Provider/aimathgpt.py +0 -189
  228. webscout/Provider/akashgpt.py +0 -342
  229. webscout/Provider/askmyai.py +0 -158
  230. webscout/Provider/asksteve.py +0 -203
  231. webscout/Provider/bagoodex.py +0 -145
  232. webscout/Provider/cerebras.py +0 -242
  233. webscout/Provider/chatglm.py +0 -205
  234. webscout/Provider/cleeai.py +0 -213
  235. webscout/Provider/copilot.py +0 -428
  236. webscout/Provider/elmo.py +0 -234
  237. webscout/Provider/freeaichat.py +0 -271
  238. webscout/Provider/gaurish.py +0 -244
  239. webscout/Provider/geminiapi.py +0 -208
  240. webscout/Provider/geminiprorealtime.py +0 -160
  241. webscout/Provider/granite.py +0 -187
  242. webscout/Provider/hermes.py +0 -219
  243. webscout/Provider/julius.py +0 -223
  244. webscout/Provider/koala.py +0 -268
  245. webscout/Provider/labyrinth.py +0 -340
  246. webscout/Provider/learnfastai.py +0 -266
  247. webscout/Provider/lepton.py +0 -194
  248. webscout/Provider/llama3mitril.py +0 -180
  249. webscout/Provider/llamatutor.py +0 -192
  250. webscout/Provider/llmchat.py +0 -213
  251. webscout/Provider/llmchatco.py +0 -311
  252. webscout/Provider/meta.py +0 -794
  253. webscout/Provider/multichat.py +0 -325
  254. webscout/Provider/promptrefine.py +0 -193
  255. webscout/Provider/scira_chat.py +0 -277
  256. webscout/Provider/scnet.py +0 -187
  257. webscout/Provider/searchchat.py +0 -293
  258. webscout/Provider/sonus.py +0 -208
  259. webscout/Provider/talkai.py +0 -194
  260. webscout/Provider/toolbaz.py +0 -320
  261. webscout/Provider/turboseek.py +0 -219
  262. webscout/Provider/tutorai.py +0 -252
  263. webscout/Provider/typefully.py +0 -280
  264. webscout/Provider/typegpt.py +0 -232
  265. webscout/Provider/uncovr.py +0 -312
  266. webscout/Provider/x0gpt.py +0 -256
  267. webscout/Provider/yep.py +0 -376
  268. webscout/litagent/__init__.py +0 -29
  269. webscout/litagent/agent.py +0 -455
  270. webscout/litagent/constants.py +0 -60
  271. webscout/litprinter/__init__.py +0 -59
  272. webscout/scout/__init__.py +0 -8
  273. webscout/scout/core/__init__.py +0 -7
  274. webscout/scout/core/crawler.py +0 -140
  275. webscout/scout/core/scout.py +0 -568
  276. webscout/scout/core/search_result.py +0 -96
  277. webscout/scout/core/text_analyzer.py +0 -63
  278. webscout/scout/core/text_utils.py +0 -277
  279. webscout/scout/core/web_analyzer.py +0 -52
  280. webscout/scout/core.py +0 -881
  281. webscout/scout/element.py +0 -460
  282. webscout/scout/parsers/__init__.py +0 -69
  283. webscout/scout/parsers/html5lib_parser.py +0 -172
  284. webscout/scout/parsers/html_parser.py +0 -236
  285. webscout/scout/parsers/lxml_parser.py +0 -178
  286. webscout/scout/utils.py +0 -37
  287. webscout/swiftcli/__init__.py +0 -809
  288. webscout/zeroart/__init__.py +0 -55
  289. webscout/zeroart/base.py +0 -60
  290. webscout/zeroart/effects.py +0 -99
  291. webscout/zeroart/fonts.py +0 -816
  292. webscout-8.2.2.dist-info/RECORD +0 -309
  293. webscout-8.2.2.dist-info/entry_points.txt +0 -5
  294. webscout-8.2.2.dist-info/top_level.txt +0 -3
  295. webstoken/__init__.py +0 -30
  296. webstoken/classifier.py +0 -189
  297. webstoken/keywords.py +0 -216
  298. webstoken/language.py +0 -128
  299. webstoken/ner.py +0 -164
  300. webstoken/normalizer.py +0 -35
  301. webstoken/processor.py +0 -77
  302. webstoken/sentiment.py +0 -206
  303. webstoken/stemmer.py +0 -73
  304. webstoken/tagger.py +0 -60
  305. webstoken/tokenizer.py +0 -158
  306. {webscout-8.2.2.dist-info → webscout-8.2.7.dist-info/licenses}/LICENSE.md +0 -0
@@ -1,9 +1,8 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: webscout
3
- Version: 8.2.2
3
+ Version: 8.2.7
4
4
  Summary: Search for anything using Google, DuckDuckGo, phind.com, Contains AI models, can transcribe yt videos, temporary email and phone number generation, has TTS support, webai (terminal gpt and open interpreter) and offline LLMs and more
5
- Author: OEvortex
6
- Author-email: helpingai5@gmail.com
5
+ Author-email: OEvortex <helpingai5@gmail.com>
7
6
  License: HelpingAI
8
7
  Project-URL: Source, https://github.com/OE-LUCIFER/Webscout
9
8
  Project-URL: Tracker, https://github.com/OE-LUCIFER/Webscout/issues
@@ -41,7 +40,7 @@ Requires-Dist: pip
41
40
  Requires-Dist: nodriver
42
41
  Requires-Dist: mistune
43
42
  Requires-Dist: tenacity
44
- Requires-Dist: curl-cffi
43
+ Requires-Dist: curl_cffi
45
44
  Requires-Dist: nest-asyncio
46
45
  Requires-Dist: websocket-client
47
46
  Requires-Dist: colorama
@@ -61,23 +60,14 @@ Requires-Dist: html5lib
61
60
  Requires-Dist: aiofiles
62
61
  Requires-Dist: openai
63
62
  Requires-Dist: prompt-toolkit
64
- Requires-Dist: primp
65
- Requires-Dist: pyreqwest-impersonate
66
- Requires-Dist: gradio-client
63
+ Requires-Dist: pyreqwest_impersonate
64
+ Requires-Dist: gradio_client
67
65
  Requires-Dist: psutil
68
66
  Requires-Dist: aiohttp
69
- Provides-Extra: local
70
- Requires-Dist: llama-cpp-python; extra == "local"
71
- Requires-Dist: fastapi; extra == "local"
72
- Requires-Dist: uvicorn; extra == "local"
73
- Requires-Dist: rich; extra == "local"
74
- Requires-Dist: typer; extra == "local"
75
- Requires-Dist: huggingface-hub; extra == "local"
76
- Requires-Dist: pydantic; extra == "local"
77
- Requires-Dist: requests; extra == "local"
78
67
  Provides-Extra: dev
79
68
  Requires-Dist: ruff>=0.1.6; extra == "dev"
80
69
  Requires-Dist: pytest>=7.4.2; extra == "dev"
70
+ Dynamic: license-file
81
71
 
82
72
  <div align="center">
83
73
  <a href="https://github.com/OEvortex/Webscout">
@@ -101,11 +91,29 @@ Requires-Dist: pytest>=7.4.2; extra == "dev"
101
91
  </p>
102
92
  </div>
103
93
 
94
+ <hr/>
95
+
96
+ ## 📋 Table of Contents
97
+
98
+ - [🌟 Key Features](#-features)
99
+ - [⚙️ Installation](#️-installation)
100
+ - [🖥️ Command Line Interface](#️-command-line-interface)
101
+ - [🔍 Search Engines](#-search-engines)
102
+ - [🦆 DuckDuckGo Search](#-duckduckgo-search-with-webs-and-asyncwebs)
103
+ - [💻 WEBS API Reference](#-webs-api-reference)
104
+ - [🤖 AI Models and Voices](#-ai-models-and-voices)
105
+ - [💬 AI Chat Providers](#-ai-chat-providers)
106
+ - [👨‍💻 Advanced AI Interfaces](#-advanced-ai-interfaces)
107
+ - [🤝 Contributing](#-contributing)
108
+ - [🙏 Acknowledgments](#-acknowledgments)
109
+
110
+ <hr/>
111
+
104
112
  > [!IMPORTANT]
105
- > Webscout supports three types of compatibility:
113
+ > **Webscout supports three types of compatibility:**
106
114
  > - **Native Compatibility:** Webscout's own native API for maximum flexibility
107
115
  > - **OpenAI Compatibility:** Use providers with OpenAI-compatible interfaces
108
- > - **Local LLM Compatibility:** Run local models with [Inferno](webscout/Local/README.md), an OpenAI-compatible server
116
+ > - **Local LLM Compatibility:** Run local models with [Inferno](https://github.com/HelpingAI/inferno), an OpenAI-compatible server (now a standalone package)
109
117
  >
110
118
  > Choose the approach that best fits your needs! For OpenAI compatibility, check the [OpenAI Providers README](webscout/Provider/OPENAI/README.md).
111
119
 
@@ -124,36 +132,59 @@ Requires-Dist: pytest>=7.4.2; extra == "dev"
124
132
  </p>
125
133
  </div>
126
134
 
135
+ <hr/>
127
136
 
128
137
  ## 🚀 Features
129
138
 
130
- ### Search & AI
139
+ <details open>
140
+ <summary><b>Search & AI</b></summary>
141
+ <p>
142
+
131
143
  * **Comprehensive Search:** Leverage Google, DuckDuckGo, and Yep for diverse search results
132
144
  * **AI Powerhouse:** Access and interact with various AI models through three compatibility options:
133
145
  * **Native API:** Use Webscout's native interfaces for providers like OpenAI, Cohere, Gemini, and many more
134
146
  * **[OpenAI-Compatible Providers](webscout/Provider/OPENAI/README.md):** Seamlessly integrate with various AI providers using standardized OpenAI-compatible interfaces
135
- * **[Local LLMs with Inferno](webscout/Local/README.md):** Run local models with an OpenAI-compatible server
147
+ * **[Local LLMs with Inferno](https://github.com/HelpingAI/inferno):** Run local models with an OpenAI-compatible server (now available as a standalone package)
136
148
  * **[AI Search](webscout/Provider/AISEARCH/README.md):** AI-powered search engines with advanced capabilities
149
+ </p>
150
+ </details>
151
+
152
+ <details open>
153
+ <summary><b>Media & Content Tools</b></summary>
154
+ <p>
137
155
 
138
- ### Media & Content Tools
139
156
  * **[YouTube Toolkit](webscout/Extra/YTToolkit/README.md):** Advanced YouTube video and transcript management with multi-language support
140
157
  * **[Text-to-Speech (TTS)](webscout/Provider/TTS/README.md):** Convert text into natural-sounding speech using multiple AI-powered providers
141
158
  * **[Text-to-Image](webscout/Provider/TTI/README.md):** Generate high-quality images using a wide range of AI art providers
142
159
  * **[Weather Tools](webscout/Extra/weather.md):** Retrieve detailed weather information for any location
160
+ </p>
161
+ </details>
162
+
163
+ <details open>
164
+ <summary><b>Developer Tools</b></summary>
165
+ <p>
143
166
 
144
- ### Developer Tools
145
167
  * **[GitAPI](webscout/Extra/GitToolkit/gitapi):** Powerful GitHub data extraction toolkit without authentication requirements for public data
146
168
  * **[SwiftCLI](webscout/swiftcli/Readme.md):** A powerful and elegant CLI framework for beautiful command-line interfaces
147
169
  * **[LitPrinter](webscout/litprinter/Readme.md):** Styled console output with rich formatting and colors
148
170
  * **[LitLogger](webscout/litlogger/Readme.md):** Simplified logging with customizable formats and color schemes
149
171
  * **[LitAgent](webscout/litagent/Readme.md):** Modern user agent generator that keeps your requests undetectable
150
172
  * **[Scout](webscout/scout/README.md):** Advanced web parsing and crawling library with intelligent HTML/XML parsing
151
- * **[Inferno](webscout/Local/README.md):** Run local LLMs with an OpenAI-compatible API and interactive CLI
152
- * **GGUF Conversion:** Convert and quantize Hugging Face models to GGUF format
173
+ * **[Inferno](https://github.com/HelpingAI/inferno):** Run local LLMs with an OpenAI-compatible API and interactive CLI (now a standalone package: `pip install inferno-llm`)
174
+ * **[GGUF Conversion](webscout/Extra/gguf.md):** Convert and quantize Hugging Face models to GGUF format
175
+ </p>
176
+ </details>
177
+
178
+ <details open>
179
+ <summary><b>Privacy & Utilities</b></summary>
180
+ <p>
153
181
 
154
- ### Privacy & Utilities
155
182
  * **[Tempmail](webscout/Extra/tempmail/README.md) & Temp Number:** Generate temporary email addresses and phone numbers
156
183
  * **[Awesome Prompts](webscout/Extra/Act.md):** Curated collection of system prompts for specialized AI personas
184
+ </p>
185
+ </details>
186
+
187
+ <hr/>
157
188
 
158
189
  ## ⚙️ Installation
159
190
 
@@ -162,6 +193,9 @@ Install Webscout using pip:
162
193
  ```bash
163
194
  pip install -U webscout
164
195
  ```
196
+ </div>
197
+
198
+ <hr/>
165
199
 
166
200
  ## 🖥️ Command Line Interface
167
201
 
@@ -171,7 +205,9 @@ Webscout provides a powerful command-line interface for quick access to its feat
171
205
  python -m webscout --help
172
206
  ```
173
207
 
174
- ### Web Search Commands
208
+ <details open>
209
+ <summary><b>Web Search Commands</b></summary>
210
+ <p>
175
211
 
176
212
  | Command | Description |
177
213
  |---------|-------------|
@@ -186,26 +222,46 @@ python -m webscout --help
186
222
  | `python -m webscout version` | Display the current version |
187
223
  | `python -m webscout videos -k "query"` | Search for videos |
188
224
  | `python -m webscout weather -l "location"` | Get weather information |
225
+ | `python -m webscout google_text -k "query"` | Perform a text search using Google |
226
+ | `python -m webscout google_news -k "query"` | Search for news using Google |
227
+ | `python -m webscout google_suggestions -q "query"` | Get search suggestions from Google |
228
+ | `python -m webscout yep_text -k "query"` | Perform a text search using Yep |
229
+ | `python -m webscout yep_images -k "query"` | Search for images using Yep |
230
+ | `python -m webscout yep_suggestions -q "query"` | Get search suggestions from Yep |
231
+ </p>
232
+ </details>
189
233
 
190
- ### Inferno LLM Commands
234
+ <details open>
235
+ <summary><b>Inferno LLM Commands</b></summary>
236
+ <p>
191
237
 
192
- Inferno provides commands for managing and using local LLMs:
238
+ Inferno is now a standalone package. Install it separately with:
193
239
 
194
240
  ```bash
195
- python -m inferno --help
241
+ pip install inferno-llm
242
+ ```
243
+
244
+ After installation, you can use its CLI for managing and using local LLMs:
245
+
246
+ ```bash
247
+ inferno --help
196
248
  ```
197
249
 
198
250
  | Command | Description |
199
251
  |---------|-------------|
200
- | `python -m inferno pull <model>` | Download a model from Hugging Face |
201
- | `python -m inferno list` | List downloaded models |
202
- | `python -m inferno serve <model>` | Start a model server with OpenAI-compatible API |
203
- | `python -m inferno run <model>` | Chat with a model interactively |
204
- | `python -m inferno remove <model>` | Remove a downloaded model |
205
- | `python -m inferno version` | Show version information |
252
+ | `inferno pull <model>` | Download a model from Hugging Face |
253
+ | `inferno list` | List downloaded models |
254
+ | `inferno serve <model>` | Start a model server with OpenAI-compatible API |
255
+ | `inferno run <model>` | Chat with a model interactively |
256
+ | `inferno remove <model>` | Remove a downloaded model |
257
+ | `inferno version` | Show version information |
258
+
259
+ For more information, visit the [Inferno GitHub repository](https://github.com/HelpingAI/inferno) or [PyPI package page](https://pypi.org/project/inferno-llm/).
260
+ </p>
261
+ </details>
206
262
 
207
263
  > [!NOTE]
208
- > Hardware requirements for running models:
264
+ > **Hardware requirements for running models with Inferno:**
209
265
  > - Around 2 GB of RAM for 1B models
210
266
  > - Around 4 GB of RAM for 3B models
211
267
  > - At least 8 GB of RAM for 7B models
@@ -213,7 +269,7 @@ python -m inferno --help
213
269
  > - 32 GB of RAM for 33B models
214
270
  > - GPU acceleration is recommended for better performance
215
271
 
216
-
272
+ <hr/>
217
273
 
218
274
  ## 🔍 Search Engines
219
275
 
@@ -291,11 +347,15 @@ from webscout import search
291
347
  results = search("Python programming", num_results=5)
292
348
  ```
293
349
 
350
+ <hr/>
351
+
294
352
  ## 🦆 DuckDuckGo Search with WEBS and AsyncWEBS
295
353
 
296
354
  Webscout provides powerful interfaces to DuckDuckGo's search capabilities through the `WEBS` and `AsyncWEBS` classes.
297
355
 
298
- ### Synchronous Usage with WEBS
356
+ <details open>
357
+ <summary><b>Synchronous Usage with WEBS</b></summary>
358
+ <p>
299
359
 
300
360
  ```python
301
361
  from webscout import WEBS
@@ -307,8 +367,12 @@ with WEBS() as webs:
307
367
  for result in results:
308
368
  print(f"Title: {result['title']}\nURL: {result['url']}")
309
369
  ```
370
+ </p>
371
+ </details>
310
372
 
311
- ### Asynchronous Usage with AsyncWEBS
373
+ <details open>
374
+ <summary><b>Asynchronous Usage with AsyncWEBS</b></summary>
375
+ <p>
312
376
 
313
377
  ```python
314
378
  import asyncio
@@ -336,10 +400,14 @@ async def main():
336
400
  # Run the async function
337
401
  asyncio.run(main())
338
402
  ```
403
+ </p>
404
+ </details>
339
405
 
340
- > [!NOTE]
406
+ > [!TIP]
341
407
  > Always use these classes with a context manager (`with` statement) to ensure proper resource management and cleanup.
342
408
 
409
+ <hr/>
410
+
343
411
  ## 💻 WEBS API Reference
344
412
 
345
413
  The WEBS class provides comprehensive access to DuckDuckGo's search capabilities through a clean, intuitive API.
@@ -358,7 +426,9 @@ The WEBS class provides comprehensive access to DuckDuckGo's search capabilities
358
426
  | `suggestions()` | Search suggestions | `webs.suggestions('how to')` |
359
427
  | `weather()` | Weather information | `webs.weather('london')` |
360
428
 
361
- ### Example: Text Search
429
+ <details>
430
+ <summary><b>Example: Text Search</b></summary>
431
+ <p>
362
432
 
363
433
  ```python
364
434
  from webscout import WEBS
@@ -377,8 +447,12 @@ with WEBS() as webs:
377
447
  print(f"URL: {result['url']}")
378
448
  print(f"Description: {result['body']}\n")
379
449
  ```
450
+ </p>
451
+ </details>
380
452
 
381
- ### Example: News Search with Formatting
453
+ <details>
454
+ <summary><b>Example: News Search with Formatting</b></summary>
455
+ <p>
382
456
 
383
457
  ```python
384
458
  from webscout import WEBS
@@ -416,8 +490,12 @@ def fetch_formatted_news(keywords, timelimit='d', max_results=20):
416
490
  news = fetch_formatted_news('artificial intelligence', timelimit='w', max_results=5)
417
491
  print('\n'.join(news))
418
492
  ```
493
+ </p>
494
+ </details>
419
495
 
420
- ### Example: Weather Information
496
+ <details>
497
+ <summary><b>Example: Weather Information</b></summary>
498
+ <p>
421
499
 
422
500
  ```python
423
501
  from webscout import WEBS
@@ -432,12 +510,18 @@ with WEBS() as webs:
432
510
  print(f"Temperature: {weather.get('temperature', 'N/A')}")
433
511
  print(f"Conditions: {weather.get('condition', 'N/A')}")
434
512
  ```
513
+ </p>
514
+ </details>
515
+
516
+ <hr/>
435
517
 
436
518
  ## 🤖 AI Models and Voices
437
519
 
438
520
  Webscout provides easy access to a wide range of AI models and voice options.
439
521
 
440
- ### LLM Models
522
+ <details open>
523
+ <summary><b>LLM Models</b></summary>
524
+ <p>
441
525
 
442
526
  Access and manage Large Language Models with Webscout's model utilities.
443
527
 
@@ -465,8 +549,12 @@ if isinstance(available_models, list):
465
549
  else:
466
550
  print(f" {available_models}")
467
551
  ```
552
+ </p>
553
+ </details>
468
554
 
469
- ### TTS Voices
555
+ <details open>
556
+ <summary><b>TTS Voices</b></summary>
557
+ <p>
470
558
 
471
559
  Access and manage Text-to-Speech voices across multiple providers.
472
560
 
@@ -494,6 +582,10 @@ if isinstance(available_voices, dict):
494
582
  if len(available_voices) > 5:
495
583
  print(f" ... and {len(available_voices) - 5} more")
496
584
  ```
585
+ </p>
586
+ </details>
587
+
588
+ <hr/>
497
589
 
498
590
  ## 💬 AI Chat Providers
499
591
 
@@ -501,6 +593,8 @@ Webscout offers a comprehensive collection of AI chat providers, giving you acce
501
593
 
502
594
  ### Popular AI Providers
503
595
 
596
+ <div class="provider-table">
597
+
504
598
  | Provider | Description | Key Features |
505
599
  |----------|-------------|-------------|
506
600
  | `OPENAI` | OpenAI's models | GPT-3.5, GPT-4, tool calling |
@@ -516,7 +610,11 @@ Webscout offers a comprehensive collection of AI chat providers, giving you acce
516
610
  | `ChatGPTClone` | ChatGPT-like interface | Multiple model options |
517
611
  | `TypeGPT` | TypeChat models | Code generation focus |
518
612
 
519
- ### Example: Using Duckchat
613
+ </div>
614
+
615
+ <details>
616
+ <summary><b>Example: Using Duckchat</b></summary>
617
+ <p>
520
618
 
521
619
  ```python
522
620
  from webscout import WEBS
@@ -529,8 +627,12 @@ with WEBS() as webs:
529
627
  )
530
628
  print(response)
531
629
  ```
630
+ </p>
631
+ </details>
532
632
 
533
- ### Example: Using Meta AI
633
+ <details>
634
+ <summary><b>Example: Using Meta AI</b></summary>
635
+ <p>
534
636
 
535
637
  ```python
536
638
  from webscout import Meta
@@ -555,8 +657,12 @@ response = meta_ai.ask("Create an image of a futuristic city")
555
657
  for media in response.get("media", []):
556
658
  print(media["url"])
557
659
  ```
660
+ </p>
661
+ </details>
558
662
 
559
- ### Example: GROQ with Tool Calling
663
+ <details>
664
+ <summary><b>Example: GROQ with Tool Calling</b></summary>
665
+ <p>
560
666
 
561
667
  ```python
562
668
  from webscout import GROQ, WEBS
@@ -631,10 +737,16 @@ print(response)
631
737
  response = client.chat("Find information about quantum computing", tools=tools)
632
738
  print(response)
633
739
  ```
740
+ </p>
741
+ </details>
742
+
743
+ <hr/>
634
744
 
635
745
  ## 👨‍💻 Advanced AI Interfaces
636
746
 
637
- ### Direct Model Access with LLM and VLM
747
+ <details open>
748
+ <summary><b>Direct Model Access with LLM and VLM</b></summary>
749
+ <p>
638
750
 
639
751
  Webscout provides direct interfaces to language and vision-language models through the `LLM` and `VLM` classes.
640
752
 
@@ -661,8 +773,12 @@ response = vlm.chat([
661
773
  ])
662
774
  print(response)
663
775
  ```
776
+ </p>
777
+ </details>
664
778
 
665
- ### GGUF Model Conversion
779
+ <details open>
780
+ <summary><b>GGUF Model Conversion</b></summary>
781
+ <p>
666
782
 
667
783
  Webscout provides tools to convert and quantize Hugging Face models into the GGUF format for offline use.
668
784
 
@@ -704,6 +820,8 @@ converter.convert()
704
820
  ```bash
705
821
  python -m webscout.Extra.gguf convert -m "mistralai/Mistral-7B-Instruct-v0.2" -q "q4_k_m"
706
822
  ```
823
+ </p>
824
+ </details>
707
825
 
708
826
  <div align="center">
709
827
  <p>
@@ -712,6 +830,8 @@ python -m webscout.Extra.gguf convert -m "mistralai/Mistral-7B-Instruct-v0.2" -q
712
830
  </p>
713
831
  </div>
714
832
 
833
+ <hr/>
834
+
715
835
  ## 🤝 Contributing
716
836
 
717
837
  Contributions are welcome! If you'd like to contribute to Webscout, please follow these steps:
@@ -727,7 +847,7 @@ Contributions are welcome! If you'd like to contribute to Webscout, please follo
727
847
  * All the amazing developers who have contributed to the project
728
848
  * The open-source community for their support and inspiration
729
849
 
730
- ---
850
+ <hr/>
731
851
 
732
852
  <div align="center">
733
853
  <p>Made with ❤️ by the Webscout team</p>
@@ -0,0 +1,26 @@
1
+ webscout/AIauto.py,sha256=SvOhkz1irK67s-SHKUnGp6NHirejr51xV4qg5ZNdQMY,9276
2
+ webscout/AIbase.py,sha256=ejzsyXAK82eo-2Cg8epljxlxrcHnQeeLt6SKurePOVY,9272
3
+ webscout/AIutel.py,sha256=qbvLy52BhrF0G2TPT4oPkYR7tW-CqOxlUnqZ21Zcq5A,9339
4
+ webscout/Bard.py,sha256=T4X1aQczWU8XyvWqVLvp_JxnHHz5GTbdrM9RRK9Bq5Y,41046
5
+ webscout/DWEBS.py,sha256=OnoKtIkrlNtYlGL_CCPsLet8cj2wKxqquFB8RdBxXfk,18621
6
+ webscout/__init__.py,sha256=vOmNYCYC0bJ2mSMCIqrFl3E7gwMudGj0kELPcTwZz7M,1033
7
+ webscout/__main__.py,sha256=qtkMZK5jzQ79ZkFAuZBxMgayuhmw3aRDj1F8Pt06NW4,108
8
+ webscout/cli.py,sha256=kn-HoPlgzyWns0cCCMXncB1UsqChE0DYSQgWcJPysHw,21300
9
+ webscout/conversation.py,sha256=8pKCbU5bObVrzGCFhSnFnFOpNFzyjeD-oWk4ON3621A,16881
10
+ webscout/exceptions.py,sha256=cj0BDCZhB46g_vJ0r2PH0U_T35dqZro-rWu6tvtIZ3c,12833
11
+ webscout/models.py,sha256=C7QY-KDkqFCI698t9pvTHQ27rYadPIvwaYHJ3-AOCJI,6566
12
+ webscout/optimizers.py,sha256=NlnxWCav7cTyjfeLHuq2pUCgqgW1pljWbMTklHYMGwo,9954
13
+ webscout/prompt_manager.py,sha256=j4MLYx3SpeeTxzsbgUGAHWLtJ1HAF6eaWOzJCAiGND4,10090
14
+ webscout/tempid.py,sha256=lqTTOjVSwDMmC0UoThdyshFyIAxTikVaN613-6K3g_s,4968
15
+ webscout/update_checker.py,sha256=5FCr6p1zLVASXcXkxKEgR7bFvICbpzJdgRTr3teKFCs,4217
16
+ webscout/utils.py,sha256=o2hU3qaVPk25sog3e4cyVZO3l8xwaZpYRziZPotEzNo,3075
17
+ webscout/version.py,sha256=UCzUXtD1UABNyj0mB_wplcbyHX8vDgyo3Gz8ZXpiZUM,46
18
+ webscout/webscout_search.py,sha256=aEv6_wcwFWomfUGUm-udHdMKULcMbv6SR3Gxhx8ycdQ,56691
19
+ webscout/webscout_search_async.py,sha256=SS6hLvlMRQT_KNuqZUfSuL7Tz-KTEDIXCn97yXSsNeI,35870
20
+ webscout/yep_search.py,sha256=gCXleUK_1Gy6B6fMPZ8MurwboPiMmbft3bhk1qISCdQ,12295
21
+ webscout-8.2.7.dist-info/licenses/LICENSE.md,sha256=hyfFlVn7pWcrvuvs-piB8k4J8DlXdOsYje9RyPxc6Ik,7543
22
+ webscout-8.2.7.dist-info/METADATA,sha256=CNFfzkf_Ckt1GW6WLALOfxKxX1xIRA200OEOEZxywUc,29334
23
+ webscout-8.2.7.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
24
+ webscout-8.2.7.dist-info/entry_points.txt,sha256=O_97lvOdImKPfdf3k_pT63sRXGyqooR8DytlD03ZCY4,72
25
+ webscout-8.2.7.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
26
+ webscout-8.2.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ WEBS = webscout.cli:main
3
+ webscout = webscout.cli:main
@@ -0,0 +1 @@
1
+ webscout
inferno/__init__.py DELETED
@@ -1,6 +0,0 @@
1
- """
2
- Inferno - A llama-cpp-python based LLM serving tool.
3
- This is an alias package that redirects to webscout.Local.
4
- """
5
-
6
- from webscout.Local import *
inferno/__main__.py DELETED
@@ -1,9 +0,0 @@
1
- """
2
- Entry point for running inferno as a module.
3
- This allows running the CLI using 'python -m inferno'.
4
- """
5
-
6
- from webscout.Local.cli import app
7
-
8
- if __name__ == "__main__":
9
- app()
inferno/cli.py DELETED
@@ -1,6 +0,0 @@
1
- """
2
- CLI module for inferno.
3
- This is an alias that redirects to webscout.Local.cli.
4
- """
5
-
6
- from webscout.Local.cli import *
@@ -1,10 +0,0 @@
1
- from .gitapi import *
2
-
3
- __all__ = [
4
- 'Repository',
5
- 'User',
6
- 'GitError',
7
- 'RateLimitError',
8
- 'NotFoundError',
9
- 'RequestError'
10
- ]
@@ -1,12 +0,0 @@
1
- from .repository import Repository
2
- from .user import User
3
- from .utils import GitError, RateLimitError, NotFoundError, RequestError
4
-
5
- __all__ = [
6
- 'Repository',
7
- 'User',
8
- 'GitError',
9
- 'RateLimitError',
10
- 'NotFoundError',
11
- 'RequestError'
12
- ]