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.
- webscout/AIauto.py +112 -22
- webscout/AIbase.py +144 -7
- webscout/AIutel.py +249 -131
- webscout/Bard.py +579 -206
- webscout/DWEBS.py +78 -35
- webscout/__init__.py +0 -1
- webscout/cli.py +256 -0
- webscout/conversation.py +307 -436
- webscout/exceptions.py +23 -0
- webscout/prompt_manager.py +56 -42
- webscout/version.py +1 -1
- webscout/webscout_search.py +65 -47
- webscout/webscout_search_async.py +81 -126
- webscout/yep_search.py +93 -43
- {webscout-8.2.2.dist-info → webscout-8.2.7.dist-info}/METADATA +172 -52
- webscout-8.2.7.dist-info/RECORD +26 -0
- {webscout-8.2.2.dist-info → webscout-8.2.7.dist-info}/WHEEL +1 -1
- webscout-8.2.7.dist-info/entry_points.txt +3 -0
- webscout-8.2.7.dist-info/top_level.txt +1 -0
- inferno/__init__.py +0 -6
- inferno/__main__.py +0 -9
- inferno/cli.py +0 -6
- webscout/Extra/GitToolkit/__init__.py +0 -10
- webscout/Extra/GitToolkit/gitapi/__init__.py +0 -12
- webscout/Extra/GitToolkit/gitapi/repository.py +0 -195
- webscout/Extra/GitToolkit/gitapi/user.py +0 -96
- webscout/Extra/GitToolkit/gitapi/utils.py +0 -62
- webscout/Extra/YTToolkit/YTdownloader.py +0 -957
- webscout/Extra/YTToolkit/__init__.py +0 -3
- webscout/Extra/YTToolkit/transcriber.py +0 -476
- webscout/Extra/YTToolkit/ytapi/__init__.py +0 -6
- webscout/Extra/YTToolkit/ytapi/channel.py +0 -307
- webscout/Extra/YTToolkit/ytapi/errors.py +0 -13
- webscout/Extra/YTToolkit/ytapi/extras.py +0 -45
- webscout/Extra/YTToolkit/ytapi/https.py +0 -88
- webscout/Extra/YTToolkit/ytapi/patterns.py +0 -61
- webscout/Extra/YTToolkit/ytapi/playlist.py +0 -59
- webscout/Extra/YTToolkit/ytapi/pool.py +0 -8
- webscout/Extra/YTToolkit/ytapi/query.py +0 -40
- webscout/Extra/YTToolkit/ytapi/stream.py +0 -63
- webscout/Extra/YTToolkit/ytapi/utils.py +0 -62
- webscout/Extra/YTToolkit/ytapi/video.py +0 -232
- webscout/Extra/__init__.py +0 -7
- webscout/Extra/autocoder/__init__.py +0 -9
- webscout/Extra/autocoder/autocoder.py +0 -849
- webscout/Extra/autocoder/autocoder_utiles.py +0 -332
- webscout/Extra/gguf.py +0 -682
- webscout/Extra/tempmail/__init__.py +0 -28
- webscout/Extra/tempmail/async_utils.py +0 -141
- webscout/Extra/tempmail/base.py +0 -161
- webscout/Extra/tempmail/cli.py +0 -187
- webscout/Extra/tempmail/emailnator.py +0 -84
- webscout/Extra/tempmail/mail_tm.py +0 -361
- webscout/Extra/tempmail/temp_mail_io.py +0 -292
- webscout/Extra/weather.py +0 -194
- webscout/Extra/weather_ascii.py +0 -76
- webscout/LLM.py +0 -442
- webscout/Litlogger/__init__.py +0 -67
- webscout/Litlogger/core/__init__.py +0 -6
- webscout/Litlogger/core/level.py +0 -23
- webscout/Litlogger/core/logger.py +0 -165
- webscout/Litlogger/handlers/__init__.py +0 -12
- webscout/Litlogger/handlers/console.py +0 -33
- webscout/Litlogger/handlers/file.py +0 -143
- webscout/Litlogger/handlers/network.py +0 -173
- webscout/Litlogger/styles/__init__.py +0 -7
- webscout/Litlogger/styles/colors.py +0 -249
- webscout/Litlogger/styles/formats.py +0 -458
- webscout/Litlogger/styles/text.py +0 -87
- webscout/Litlogger/utils/__init__.py +0 -6
- webscout/Litlogger/utils/detectors.py +0 -153
- webscout/Litlogger/utils/formatters.py +0 -200
- webscout/Local/__init__.py +0 -12
- webscout/Local/__main__.py +0 -9
- webscout/Local/api.py +0 -576
- webscout/Local/cli.py +0 -516
- webscout/Local/config.py +0 -75
- webscout/Local/llm.py +0 -287
- webscout/Local/model_manager.py +0 -253
- webscout/Local/server.py +0 -721
- webscout/Local/utils.py +0 -93
- webscout/Provider/AI21.py +0 -177
- webscout/Provider/AISEARCH/DeepFind.py +0 -250
- webscout/Provider/AISEARCH/ISou.py +0 -256
- webscout/Provider/AISEARCH/Perplexity.py +0 -359
- webscout/Provider/AISEARCH/__init__.py +0 -10
- webscout/Provider/AISEARCH/felo_search.py +0 -228
- webscout/Provider/AISEARCH/genspark_search.py +0 -208
- webscout/Provider/AISEARCH/hika_search.py +0 -194
- webscout/Provider/AISEARCH/iask_search.py +0 -436
- webscout/Provider/AISEARCH/monica_search.py +0 -246
- webscout/Provider/AISEARCH/scira_search.py +0 -324
- webscout/Provider/AISEARCH/webpilotai_search.py +0 -281
- webscout/Provider/Aitopia.py +0 -292
- webscout/Provider/AllenAI.py +0 -413
- webscout/Provider/Andi.py +0 -228
- webscout/Provider/Blackboxai.py +0 -229
- webscout/Provider/C4ai.py +0 -432
- webscout/Provider/ChatGPTClone.py +0 -226
- webscout/Provider/ChatGPTES.py +0 -237
- webscout/Provider/ChatGPTGratis.py +0 -194
- webscout/Provider/Chatify.py +0 -175
- webscout/Provider/Cloudflare.py +0 -273
- webscout/Provider/Cohere.py +0 -208
- webscout/Provider/DeepSeek.py +0 -196
- webscout/Provider/Deepinfra.py +0 -297
- webscout/Provider/ElectronHub.py +0 -709
- webscout/Provider/ExaAI.py +0 -261
- webscout/Provider/ExaChat.py +0 -342
- webscout/Provider/Free2GPT.py +0 -241
- webscout/Provider/GPTWeb.py +0 -193
- webscout/Provider/Gemini.py +0 -169
- webscout/Provider/GithubChat.py +0 -367
- webscout/Provider/Glider.py +0 -211
- webscout/Provider/Groq.py +0 -670
- webscout/Provider/HF_space/__init__.py +0 -0
- webscout/Provider/HF_space/qwen_qwen2.py +0 -206
- webscout/Provider/HeckAI.py +0 -233
- webscout/Provider/HuggingFaceChat.py +0 -462
- webscout/Provider/Hunyuan.py +0 -272
- webscout/Provider/Jadve.py +0 -266
- webscout/Provider/Koboldai.py +0 -381
- webscout/Provider/LambdaChat.py +0 -392
- webscout/Provider/Llama.py +0 -200
- webscout/Provider/Llama3.py +0 -204
- webscout/Provider/Marcus.py +0 -148
- webscout/Provider/Netwrck.py +0 -228
- webscout/Provider/OLLAMA.py +0 -396
- webscout/Provider/OPENAI/__init__.py +0 -25
- webscout/Provider/OPENAI/base.py +0 -46
- webscout/Provider/OPENAI/c4ai.py +0 -367
- webscout/Provider/OPENAI/chatgpt.py +0 -549
- webscout/Provider/OPENAI/chatgptclone.py +0 -460
- webscout/Provider/OPENAI/deepinfra.py +0 -272
- webscout/Provider/OPENAI/e2b.py +0 -1350
- webscout/Provider/OPENAI/exaai.py +0 -404
- webscout/Provider/OPENAI/exachat.py +0 -433
- webscout/Provider/OPENAI/freeaichat.py +0 -352
- webscout/Provider/OPENAI/glider.py +0 -316
- webscout/Provider/OPENAI/heckai.py +0 -337
- webscout/Provider/OPENAI/llmchatco.py +0 -327
- webscout/Provider/OPENAI/netwrck.py +0 -348
- webscout/Provider/OPENAI/opkfc.py +0 -488
- webscout/Provider/OPENAI/scirachat.py +0 -463
- webscout/Provider/OPENAI/sonus.py +0 -294
- webscout/Provider/OPENAI/standardinput.py +0 -425
- webscout/Provider/OPENAI/textpollinations.py +0 -285
- webscout/Provider/OPENAI/toolbaz.py +0 -405
- webscout/Provider/OPENAI/typegpt.py +0 -346
- webscout/Provider/OPENAI/uncovrAI.py +0 -455
- webscout/Provider/OPENAI/utils.py +0 -211
- webscout/Provider/OPENAI/venice.py +0 -413
- webscout/Provider/OPENAI/wisecat.py +0 -381
- webscout/Provider/OPENAI/writecream.py +0 -156
- webscout/Provider/OPENAI/x0gpt.py +0 -371
- webscout/Provider/OPENAI/yep.py +0 -327
- webscout/Provider/OpenGPT.py +0 -199
- webscout/Provider/Openai.py +0 -496
- webscout/Provider/PI.py +0 -344
- webscout/Provider/Perplexitylabs.py +0 -415
- webscout/Provider/Phind.py +0 -535
- webscout/Provider/PizzaGPT.py +0 -198
- webscout/Provider/QwenLM.py +0 -254
- webscout/Provider/Reka.py +0 -214
- webscout/Provider/StandardInput.py +0 -278
- webscout/Provider/TTI/AiForce/__init__.py +0 -22
- webscout/Provider/TTI/AiForce/async_aiforce.py +0 -224
- webscout/Provider/TTI/AiForce/sync_aiforce.py +0 -245
- webscout/Provider/TTI/FreeAIPlayground/__init__.py +0 -9
- webscout/Provider/TTI/FreeAIPlayground/async_freeaiplayground.py +0 -181
- webscout/Provider/TTI/FreeAIPlayground/sync_freeaiplayground.py +0 -180
- webscout/Provider/TTI/ImgSys/__init__.py +0 -23
- webscout/Provider/TTI/ImgSys/async_imgsys.py +0 -202
- webscout/Provider/TTI/ImgSys/sync_imgsys.py +0 -195
- webscout/Provider/TTI/MagicStudio/__init__.py +0 -2
- webscout/Provider/TTI/MagicStudio/async_magicstudio.py +0 -111
- webscout/Provider/TTI/MagicStudio/sync_magicstudio.py +0 -109
- webscout/Provider/TTI/Nexra/__init__.py +0 -22
- webscout/Provider/TTI/Nexra/async_nexra.py +0 -286
- webscout/Provider/TTI/Nexra/sync_nexra.py +0 -258
- webscout/Provider/TTI/PollinationsAI/__init__.py +0 -23
- webscout/Provider/TTI/PollinationsAI/async_pollinations.py +0 -311
- webscout/Provider/TTI/PollinationsAI/sync_pollinations.py +0 -265
- webscout/Provider/TTI/__init__.py +0 -12
- webscout/Provider/TTI/aiarta/__init__.py +0 -2
- webscout/Provider/TTI/aiarta/async_aiarta.py +0 -482
- webscout/Provider/TTI/aiarta/sync_aiarta.py +0 -440
- webscout/Provider/TTI/artbit/__init__.py +0 -22
- webscout/Provider/TTI/artbit/async_artbit.py +0 -155
- webscout/Provider/TTI/artbit/sync_artbit.py +0 -148
- webscout/Provider/TTI/fastflux/__init__.py +0 -22
- webscout/Provider/TTI/fastflux/async_fastflux.py +0 -261
- webscout/Provider/TTI/fastflux/sync_fastflux.py +0 -252
- webscout/Provider/TTI/huggingface/__init__.py +0 -22
- webscout/Provider/TTI/huggingface/async_huggingface.py +0 -199
- webscout/Provider/TTI/huggingface/sync_huggingface.py +0 -195
- webscout/Provider/TTI/piclumen/__init__.py +0 -23
- webscout/Provider/TTI/piclumen/async_piclumen.py +0 -268
- webscout/Provider/TTI/piclumen/sync_piclumen.py +0 -233
- webscout/Provider/TTI/pixelmuse/__init__.py +0 -4
- webscout/Provider/TTI/pixelmuse/async_pixelmuse.py +0 -249
- webscout/Provider/TTI/pixelmuse/sync_pixelmuse.py +0 -182
- webscout/Provider/TTI/talkai/__init__.py +0 -4
- webscout/Provider/TTI/talkai/async_talkai.py +0 -229
- webscout/Provider/TTI/talkai/sync_talkai.py +0 -207
- webscout/Provider/TTS/__init__.py +0 -7
- webscout/Provider/TTS/deepgram.py +0 -156
- webscout/Provider/TTS/elevenlabs.py +0 -111
- webscout/Provider/TTS/gesserit.py +0 -127
- webscout/Provider/TTS/murfai.py +0 -113
- webscout/Provider/TTS/parler.py +0 -111
- webscout/Provider/TTS/speechma.py +0 -180
- webscout/Provider/TTS/streamElements.py +0 -333
- webscout/Provider/TTS/utils.py +0 -280
- webscout/Provider/TeachAnything.py +0 -187
- webscout/Provider/TextPollinationsAI.py +0 -231
- webscout/Provider/TwoAI.py +0 -199
- webscout/Provider/Venice.py +0 -219
- webscout/Provider/VercelAI.py +0 -234
- webscout/Provider/WebSim.py +0 -228
- webscout/Provider/WiseCat.py +0 -196
- webscout/Provider/Writecream.py +0 -211
- webscout/Provider/WritingMate.py +0 -197
- webscout/Provider/Youchat.py +0 -330
- webscout/Provider/__init__.py +0 -198
- webscout/Provider/ai4chat.py +0 -202
- webscout/Provider/aimathgpt.py +0 -189
- webscout/Provider/akashgpt.py +0 -342
- webscout/Provider/askmyai.py +0 -158
- webscout/Provider/asksteve.py +0 -203
- webscout/Provider/bagoodex.py +0 -145
- webscout/Provider/cerebras.py +0 -242
- webscout/Provider/chatglm.py +0 -205
- webscout/Provider/cleeai.py +0 -213
- webscout/Provider/copilot.py +0 -428
- webscout/Provider/elmo.py +0 -234
- webscout/Provider/freeaichat.py +0 -271
- webscout/Provider/gaurish.py +0 -244
- webscout/Provider/geminiapi.py +0 -208
- webscout/Provider/geminiprorealtime.py +0 -160
- webscout/Provider/granite.py +0 -187
- webscout/Provider/hermes.py +0 -219
- webscout/Provider/julius.py +0 -223
- webscout/Provider/koala.py +0 -268
- webscout/Provider/labyrinth.py +0 -340
- webscout/Provider/learnfastai.py +0 -266
- webscout/Provider/lepton.py +0 -194
- webscout/Provider/llama3mitril.py +0 -180
- webscout/Provider/llamatutor.py +0 -192
- webscout/Provider/llmchat.py +0 -213
- webscout/Provider/llmchatco.py +0 -311
- webscout/Provider/meta.py +0 -794
- webscout/Provider/multichat.py +0 -325
- webscout/Provider/promptrefine.py +0 -193
- webscout/Provider/scira_chat.py +0 -277
- webscout/Provider/scnet.py +0 -187
- webscout/Provider/searchchat.py +0 -293
- webscout/Provider/sonus.py +0 -208
- webscout/Provider/talkai.py +0 -194
- webscout/Provider/toolbaz.py +0 -320
- webscout/Provider/turboseek.py +0 -219
- webscout/Provider/tutorai.py +0 -252
- webscout/Provider/typefully.py +0 -280
- webscout/Provider/typegpt.py +0 -232
- webscout/Provider/uncovr.py +0 -312
- webscout/Provider/x0gpt.py +0 -256
- webscout/Provider/yep.py +0 -376
- webscout/litagent/__init__.py +0 -29
- webscout/litagent/agent.py +0 -455
- webscout/litagent/constants.py +0 -60
- webscout/litprinter/__init__.py +0 -59
- webscout/scout/__init__.py +0 -8
- webscout/scout/core/__init__.py +0 -7
- webscout/scout/core/crawler.py +0 -140
- webscout/scout/core/scout.py +0 -568
- webscout/scout/core/search_result.py +0 -96
- webscout/scout/core/text_analyzer.py +0 -63
- webscout/scout/core/text_utils.py +0 -277
- webscout/scout/core/web_analyzer.py +0 -52
- webscout/scout/core.py +0 -881
- webscout/scout/element.py +0 -460
- webscout/scout/parsers/__init__.py +0 -69
- webscout/scout/parsers/html5lib_parser.py +0 -172
- webscout/scout/parsers/html_parser.py +0 -236
- webscout/scout/parsers/lxml_parser.py +0 -178
- webscout/scout/utils.py +0 -37
- webscout/swiftcli/__init__.py +0 -809
- webscout/zeroart/__init__.py +0 -55
- webscout/zeroart/base.py +0 -60
- webscout/zeroart/effects.py +0 -99
- webscout/zeroart/fonts.py +0 -816
- webscout-8.2.2.dist-info/RECORD +0 -309
- webscout-8.2.2.dist-info/entry_points.txt +0 -5
- webscout-8.2.2.dist-info/top_level.txt +0 -3
- webstoken/__init__.py +0 -30
- webstoken/classifier.py +0 -189
- webstoken/keywords.py +0 -216
- webstoken/language.py +0 -128
- webstoken/ner.py +0 -164
- webstoken/normalizer.py +0 -35
- webstoken/processor.py +0 -77
- webstoken/sentiment.py +0 -206
- webstoken/stemmer.py +0 -73
- webstoken/tagger.py +0 -60
- webstoken/tokenizer.py +0 -158
- {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
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 8.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:
|
|
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:
|
|
65
|
-
Requires-Dist:
|
|
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](
|
|
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
|
-
|
|
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](
|
|
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](
|
|
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
|
-
|
|
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
|
-
|
|
234
|
+
<details open>
|
|
235
|
+
<summary><b>Inferno LLM Commands</b></summary>
|
|
236
|
+
<p>
|
|
191
237
|
|
|
192
|
-
Inferno
|
|
238
|
+
Inferno is now a standalone package. Install it separately with:
|
|
193
239
|
|
|
194
240
|
```bash
|
|
195
|
-
|
|
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
|
-
| `
|
|
201
|
-
| `
|
|
202
|
-
| `
|
|
203
|
-
| `
|
|
204
|
-
| `
|
|
205
|
-
| `
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
> [!
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
webscout
|
inferno/__init__.py
DELETED
inferno/__main__.py
DELETED
inferno/cli.py
DELETED