webscout 7.8__tar.gz → 7.9__tar.gz
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-7.8/webscout.egg-info → webscout-7.9}/PKG-INFO +44 -39
- {webscout-7.8 → webscout-7.9}/README.md +934 -929
- {webscout-7.8 → webscout-7.9}/webscout/Bard.py +5 -25
- {webscout-7.8 → webscout-7.9}/webscout/DWEBS.py +476 -476
- {webscout-7.8 → webscout-7.9}/webscout/Extra/__init__.py +2 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/autocoder/__init__.py +1 -1
- webscout-7.8/webscout/Extra/autocoder/rawdog.py → webscout-7.9/webscout/Extra/autocoder/autocoder.py +849 -849
- webscout-7.9/webscout/Extra/tempmail/__init__.py +26 -0
- webscout-7.9/webscout/Extra/tempmail/async_utils.py +141 -0
- webscout-7.9/webscout/Extra/tempmail/base.py +156 -0
- webscout-7.9/webscout/Extra/tempmail/cli.py +187 -0
- webscout-7.9/webscout/Extra/tempmail/mail_tm.py +361 -0
- webscout-7.9/webscout/Extra/tempmail/temp_mail_io.py +292 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Deepinfra.py +288 -286
- webscout-7.9/webscout/Provider/ElectronHub.py +709 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/ExaChat.py +20 -5
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Gemini.py +167 -165
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Groq.py +38 -24
- {webscout-7.8 → webscout-7.9}/webscout/Provider/LambdaChat.py +2 -1
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TextPollinationsAI.py +232 -230
- {webscout-7.8 → webscout-7.9}/webscout/Provider/__init__.py +0 -4
- {webscout-7.8 → webscout-7.9}/webscout/Provider/copilot.py +427 -427
- {webscout-7.8 → webscout-7.9}/webscout/Provider/freeaichat.py +8 -1
- {webscout-7.8 → webscout-7.9}/webscout/Provider/uncovr.py +312 -299
- {webscout-7.8 → webscout-7.9}/webscout/Provider/yep.py +64 -12
- {webscout-7.8 → webscout-7.9}/webscout/__init__.py +38 -36
- {webscout-7.8 → webscout-7.9}/webscout/cli.py +293 -293
- webscout-7.9/webscout/conversation.py +565 -0
- webscout-7.9/webscout/litprinter/__init__.py +59 -0
- {webscout-7.8 → webscout-7.9}/webscout/optimizers.py +419 -419
- {webscout-7.8 → webscout-7.9}/webscout/update_checker.py +14 -12
- {webscout-7.8 → webscout-7.9}/webscout/version.py +1 -1
- {webscout-7.8 → webscout-7.9}/webscout/webscout_search.py +1282 -1282
- {webscout-7.8 → webscout-7.9}/webscout/webscout_search_async.py +813 -813
- {webscout-7.8 → webscout-7.9/webscout.egg-info}/PKG-INFO +44 -39
- {webscout-7.8 → webscout-7.9}/webscout.egg-info/SOURCES.txt +7 -4
- webscout-7.8/webscout/Provider/DARKAI.py +0 -225
- webscout-7.8/webscout/Provider/EDITEE.py +0 -192
- webscout-7.8/webscout/Provider/ElectronHub.py +0 -716
- webscout-7.8/webscout/conversation.py +0 -232
- webscout-7.8/webscout/litprinter/__init__.py +0 -667
- webscout-7.8/webscout/litprinter/colors.py +0 -54
- {webscout-7.8 → webscout-7.9}/LICENSE.md +0 -0
- {webscout-7.8 → webscout-7.9}/setup.cfg +0 -0
- {webscout-7.8 → webscout-7.9}/setup.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/AIauto.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/AIbase.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/AIutel.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/YTdownloader.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/transcriber.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/channel.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/errors.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/extras.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/https.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/patterns.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/playlist.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/pool.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/query.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/stream.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/utils.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/YTToolkit/ytapi/video.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/autocoder/autocoder_utiles.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/gguf.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/weather.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Extra/weather_ascii.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/LLM.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/core/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/core/level.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/core/logger.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/handlers/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/handlers/console.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/handlers/file.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/handlers/network.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/styles/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/styles/colors.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/styles/formats.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/styles/text.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/utils/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/utils/detectors.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Litlogger/utils/formatters.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AI21.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AISEARCH/DeepFind.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AISEARCH/ISou.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AISEARCH/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AISEARCH/felo_search.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AISEARCH/genspark_search.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Aitopia.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/AllenAI.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Andi.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Blackboxai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/C4ai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/ChatGPTClone.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/ChatGPTES.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/ChatGPTGratis.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Chatify.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Cloudflare.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Cohere.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/DeepSeek.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Free2GPT.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/GPTWeb.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/GithubChat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Glider.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/HF_space/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/HF_space/qwen_qwen2.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/HeckAI.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/HuggingFaceChat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Hunyuan.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Jadve.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Koboldai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Llama.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Llama3.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Marcus.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Netwrck.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/OLLAMA.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Openai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/PI.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Perplexitylabs.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Phind.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/PizzaGPT.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/QwenLM.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Reka.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/AiForce/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/AiForce/async_aiforce.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/AiForce/sync_aiforce.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/FreeAIPlayground/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/FreeAIPlayground/async_freeaiplayground.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/FreeAIPlayground/sync_freeaiplayground.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/ImgSys/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/ImgSys/async_imgsys.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/ImgSys/sync_imgsys.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/MagicStudio/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/MagicStudio/async_magicstudio.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/MagicStudio/sync_magicstudio.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/Nexra/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/Nexra/async_nexra.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/Nexra/sync_nexra.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/PollinationsAI/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/PollinationsAI/async_pollinations.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/PollinationsAI/sync_pollinations.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/aiarta/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/aiarta/async_aiarta.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/aiarta/sync_aiarta.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/artbit/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/artbit/async_artbit.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/artbit/sync_artbit.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/fastflux/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/fastflux/async_fastflux.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/fastflux/sync_fastflux.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/huggingface/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/huggingface/async_huggingface.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/huggingface/sync_huggingface.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/piclumen/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/piclumen/async_piclumen.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/piclumen/sync_piclumen.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/pixelmuse/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/pixelmuse/async_pixelmuse.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/pixelmuse/sync_pixelmuse.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/talkai/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/talkai/async_talkai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTI/talkai/sync_talkai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/deepgram.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/elevenlabs.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/gesserit.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/murfai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/parler.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/speechma.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/streamElements.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TTS/utils.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TeachAnything.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/TwoAI.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Venice.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/VercelAI.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/WebSim.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/WiseCat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/Youchat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/ai4chat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/aimathgpt.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/akashgpt.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/askmyai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/asksteve.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/bagoodex.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/cerebras.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/chatglm.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/cleeai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/elmo.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/flowith.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/gaurish.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/geminiapi.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/geminiprorealtime.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/granite.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/hermes.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/julius.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/koala.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/labyrinth.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/learnfastai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/lepton.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/llama3mitril.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/llamatutor.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/llmchat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/meta.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/multichat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/promptrefine.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/searchchat.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/sonus.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/talkai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/turboseek.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/tutorai.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/typegpt.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/Provider/x0gpt.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/__main__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/exceptions.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/litagent/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/litagent/agent.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/litagent/constants.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/models.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/prompt_manager.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/crawler.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/scout.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/search_result.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/text_analyzer.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/text_utils.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core/web_analyzer.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/core.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/element.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/parsers/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/parsers/html5lib_parser.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/parsers/html_parser.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/parsers/lxml_parser.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/scout/utils.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/swiftcli/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/tempid.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/utils.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/yep_search.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/zeroart/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/zeroart/base.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/zeroart/effects.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout/zeroart/fonts.py +0 -0
- {webscout-7.8 → webscout-7.9}/webscout.egg-info/dependency_links.txt +0 -0
- {webscout-7.8 → webscout-7.9}/webscout.egg-info/entry_points.txt +0 -0
- {webscout-7.8 → webscout-7.9}/webscout.egg-info/requires.txt +0 -0
- {webscout-7.8 → webscout-7.9}/webscout.egg-info/top_level.txt +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/__init__.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/classifier.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/keywords.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/language.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/ner.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/normalizer.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/processor.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/sentiment.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/stemmer.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/tagger.py +0 -0
- {webscout-7.8 → webscout-7.9}/webstoken/tokenizer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.9
|
|
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
5
|
Author: OEvortex
|
|
6
6
|
Author-email: helpingai5@gmail.com
|
|
@@ -26,35 +26,40 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
Provides-Extra: dev
|
|
27
27
|
License-File: LICENSE.md
|
|
28
28
|
|
|
29
|
-
<div align="center">
|
|
30
|
-
<!-- Replace `#` with your actual links -->
|
|
31
|
-
<a href="https://t.me/PyscoutAI"><img alt="Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
|
|
32
|
-
<a href="https://www.instagram.com/oevortex/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
|
|
33
|
-
<a href="https://www.linkedin.com/in/oe-vortex-29a407265/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
|
|
34
|
-
<a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
|
|
35
|
-
</div>
|
|
36
29
|
|
|
37
30
|
<div align="center">
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
<a href="https://github.com/OEvortex/Webscout">
|
|
32
|
+
<!-- Consider adding a dedicated Webscout logo here if you have one -->
|
|
33
|
+
<img src="https://img.shields.io/badge/WebScout-Ultimate%20Toolkit-blue?style=for-the-badge&logo=python&logoColor=white" alt="WebScout Logo">
|
|
34
|
+
</a>
|
|
35
|
+
<br/>
|
|
36
|
+
<h1>Webscout</h1>
|
|
37
|
+
<p><strong>Your All-in-One Python Toolkit for Web Search, AI Interaction, Digital Utilities, and More.</strong></p>
|
|
38
|
+
<p>
|
|
39
|
+
Access diverse search engines, cutting-edge AI models, temporary communication tools, media utilities, developer helpers, and powerful CLI interfaces – all through one unified library.
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
<!-- Badges -->
|
|
43
|
+
<p>
|
|
44
|
+
<a href="https://pypi.org/project/webscout/"><img src="https://img.shields.io/pypi/v/webscout.svg?style=flat-square&logo=pypi&label=PyPI" alt="PyPI Version"></a>
|
|
45
|
+
<a href="https://pepy.tech/project/webscout"><img src="https://static.pepy.tech/badge/webscout/month?style=flat-square" alt="Monthly Downloads"></a>
|
|
46
|
+
<a href="https://pepy.tech/project/webscout"><img src="https://static.pepy.tech/badge/webscout?style=flat-square" alt="Total Downloads"></a>
|
|
47
|
+
<a href="#"><img src="https://img.shields.io/pypi/pyversions/webscout?style=flat-square&logo=python" alt="Python Version"></a>
|
|
48
|
+
<!-- Add License Badge if applicable: <a href="LICENSE"><img src="https://img.shields.io/pypi/l/webscout?style=flat-square" alt="License"></a> -->
|
|
49
|
+
<!-- Add Build Status Badge if applicable -->
|
|
50
|
+
</p>
|
|
51
|
+
|
|
52
|
+
<!-- Social/Support Links -->
|
|
53
|
+
<div>
|
|
54
|
+
<a href="https://t.me/PyscoutAI"><img alt="Telegram Group" src="https://img.shields.io/badge/Telegram%20Group-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
|
|
55
|
+
<a href="https://t.me/ANONYMOUS_56788"><img alt="Developer Telegram" src="https://img.shields.io/badge/Developer%20Contact-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
|
|
56
|
+
<a href="https://youtube.com/@OEvortex"><img alt="YouTube" src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white"></a>
|
|
57
|
+
<a href="https://www.linkedin.com/in/oe-vortex-29a407265/"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
|
|
58
|
+
<a href="https://www.instagram.com/oevortex/"><img alt="Instagram" src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
|
|
59
|
+
<a href="https://buymeacoffee.com/oevortex"><img alt="Buy Me A Coffee" src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black"></a>
|
|
60
|
+
</div>
|
|
40
61
|
</div>
|
|
41
|
-
<div align="center">
|
|
42
|
-
<a href="https://t.me/ANONYMOUS_56788">📢 Anonymous Coder's Telegram</a>
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
<p align="center">
|
|
46
|
-
<strong>Webscout</strong> is the all-in-one search and AI toolkit you need.
|
|
47
|
-
<br>
|
|
48
|
-
Discover insights with Yep.com, DuckDuckGo, and Phind; access cutting-edge AI models; transcribe YouTube videos; generate temporary emails and phone numbers; perform text-to-speech conversions; and much more!
|
|
49
|
-
</p>
|
|
50
62
|
|
|
51
|
-
<div align="center">
|
|
52
|
-
<img src="https://img.shields.io/badge/WebScout-API-blue?style=for-the-badge&logo=WebScout" alt="WebScout API Badge">
|
|
53
|
-
<a href="#"><img src="https://img.shields.io/pypi/pyversions/webscout" alt="Python Version"></a>
|
|
54
|
-
<a href="https://pepy.tech/project/webscout"><img src="https://static.pepy.tech/badge/webscout" alt="Downloads"></a>
|
|
55
|
-
</div>
|
|
56
|
-
|
|
57
|
-
---
|
|
58
63
|
|
|
59
64
|
## 🚀 Features
|
|
60
65
|
|
|
@@ -62,7 +67,7 @@ License-File: LICENSE.md
|
|
|
62
67
|
* **AI Powerhouse:** Access and interact with various AI models, including OpenAI, Cohere, and more.
|
|
63
68
|
* **[YouTube Toolkit](webscout/Extra/YTToolkit):** Advanced YouTube video and transcript management with multi-language support, versatile downloading, and intelligent data extraction
|
|
64
69
|
* **[GitAPI](webscout/Extra/GitToolkit/gitapi):** Powerful GitHub data extraction toolkit for seamless repository and user information retrieval, featuring commit tracking, issue management, and comprehensive user analytics - all without authentication requirements for public data
|
|
65
|
-
* **Tempmail & Temp Number:** Generate temporary email addresses and phone numbers for enhanced privacy.
|
|
70
|
+
* **[Tempmail](webscout/Extra/tempmail/README.md) & Temp Number:** Generate temporary email addresses and phone numbers for enhanced privacy.
|
|
66
71
|
* **[Text-to-Speech (TTS)](webscout/Provider/TTS/README.md):** Convert text into natural-sounding speech using multiple AI-powered providers like ElevenLabs, StreamElements, and Voicepods.
|
|
67
72
|
* **GGUF Conversion & Quantization:** Convert and quantize Hugging Face models to GGUF format.
|
|
68
73
|
* **[SwiftCLI](webscout/swiftcli/Readme.md):** A powerful and elegant CLI framework that makes it easy to create beautiful command-line interfaces.
|
|
@@ -118,13 +123,13 @@ async def main():
|
|
|
118
123
|
if numbers:
|
|
119
124
|
number = numbers[0]['full_number']
|
|
120
125
|
inbox = vn.get_number_inbox(country, number)
|
|
121
|
-
|
|
126
|
+
|
|
122
127
|
# Serialize inbox data to JSON string
|
|
123
128
|
json_data = json.dumps(inbox, ensure_ascii=False, indent=4)
|
|
124
|
-
|
|
129
|
+
|
|
125
130
|
# Print with UTF-8 encoding
|
|
126
131
|
print(json_data)
|
|
127
|
-
|
|
132
|
+
|
|
128
133
|
async with TempMail() as client:
|
|
129
134
|
domains = await client.get_domains()
|
|
130
135
|
print("Available Domains:", domains)
|
|
@@ -300,7 +305,7 @@ await main()
|
|
|
300
305
|
```python
|
|
301
306
|
from webscout import WEBS
|
|
302
307
|
|
|
303
|
-
# Text search for 'live free or die' using DuckDuckGo.com
|
|
308
|
+
# Text search for 'live free or die' using DuckDuckGo.com
|
|
304
309
|
with WEBS() as WEBS:
|
|
305
310
|
for r in WEBS.text('live free or die', region='wt-wt', safesearch='off', timelimit='y', max_results=10):
|
|
306
311
|
print(r)
|
|
@@ -314,7 +319,7 @@ with WEBS() as WEBS:
|
|
|
314
319
|
```python
|
|
315
320
|
from webscout import WEBS
|
|
316
321
|
|
|
317
|
-
# Instant answers for the query "sun" using DuckDuckGo.com
|
|
322
|
+
# Instant answers for the query "sun" using DuckDuckGo.com
|
|
318
323
|
with WEBS() as WEBS:
|
|
319
324
|
for r in WEBS.answers("sun"):
|
|
320
325
|
print(r)
|
|
@@ -325,7 +330,7 @@ with WEBS() as WEBS:
|
|
|
325
330
|
```python
|
|
326
331
|
from webscout import WEBS
|
|
327
332
|
|
|
328
|
-
# Image search for the keyword 'butterfly' using DuckDuckGo.com
|
|
333
|
+
# Image search for the keyword 'butterfly' using DuckDuckGo.com
|
|
329
334
|
with WEBS() as WEBS:
|
|
330
335
|
keywords = 'butterfly'
|
|
331
336
|
WEBS_images_gen = WEBS.images(
|
|
@@ -347,7 +352,7 @@ with WEBS() as WEBS:
|
|
|
347
352
|
```python
|
|
348
353
|
from webscout import WEBS
|
|
349
354
|
|
|
350
|
-
# Video search for the keyword 'tesla' using DuckDuckGo.com
|
|
355
|
+
# Video search for the keyword 'tesla' using DuckDuckGo.com
|
|
351
356
|
with WEBS() as WEBS:
|
|
352
357
|
keywords = 'tesla'
|
|
353
358
|
WEBS_videos_gen = WEBS.videos(
|
|
@@ -678,7 +683,7 @@ print(response["message"]) # Access the text message
|
|
|
678
683
|
print("Sources:", response["sources"]) # Access sources (if any)
|
|
679
684
|
|
|
680
685
|
# Image generation
|
|
681
|
-
response = meta_ai.ask("Create an image of a cat wearing a hat.")
|
|
686
|
+
response = meta_ai.ask("Create an image of a cat wearing a hat.")
|
|
682
687
|
print(response["message"]) # Print the text message from the response
|
|
683
688
|
for media in response["media"]:
|
|
684
689
|
print(media["url"]) # Access image URLs
|
|
@@ -863,7 +868,7 @@ a = AndiSearch()
|
|
|
863
868
|
print(a.chat("HelpingAI-9B"))
|
|
864
869
|
```
|
|
865
870
|
|
|
866
|
-
### `LLAMA`, `C4ai`, `Venice`, `Copilot`, `HuggingFaceChat`, `TwoAI`, `HeckAI`, `AllenAI`, `PerplexityLabs`, `AkashGPT`, `DeepSeek`, `WiseCat`, `IBMGranite`, `QwenLM`, `ChatGPTGratis`, `TextPollinationsAI`, `GliderAI`, `Cohere`, `REKA`, `GROQ`, `AsyncGROQ`, `OPENAI`, `AsyncOPENAI`, `KOBOLDAI`, `AsyncKOBOLDAI`, `BLACKBOXAI`, `PhindSearch`, `GEMINI`, `DeepInfra`, `AI4Chat`, `Phindv2`, `OLLAMA`, `AndiSearch`, `PIZZAGPT`, `Sambanova`, `
|
|
871
|
+
### `LLAMA`, `C4ai`, `Venice`, `Copilot`, `HuggingFaceChat`, `TwoAI`, `HeckAI`, `AllenAI`, `PerplexityLabs`, `AkashGPT`, `DeepSeek`, `WiseCat`, `IBMGranite`, `QwenLM`, `ChatGPTGratis`, `TextPollinationsAI`, `GliderAI`, `Cohere`, `REKA`, `GROQ`, `AsyncGROQ`, `OPENAI`, `AsyncOPENAI`, `KOBOLDAI`, `AsyncKOBOLDAI`, `BLACKBOXAI`, `PhindSearch`, `GEMINI`, `DeepInfra`, `AI4Chat`, `Phindv2`, `OLLAMA`, `AndiSearch`, `PIZZAGPT`, `Sambanova`, `KOALA`, `Meta`, `AskMyAI`, `PiAI`, `Julius`, `YouChat`, `YEPCHAT`, `Cloudflare`, `TurboSeek`, `TeachAnything`, `AI21`, `Chatify`, `X0GPT`, `Cerebras`, `Lepton`, `GEMINIAPI`, `Cleeai`, `Elmo`, `Free2GPT`, `GPTWeb`, `Netwrck`, `LlamaTutor`, `PromptRefine`, `TutorAI`, `ChatGPTES`, `Bagoodex`, `AIMathGPT`, `GaurishCerebras`, `GeminiPro`, `LLMChat`, `Talkai`, `Llama3Mitril`, `Marcus`, `TypeGPT`, `Netwrck`, `MultiChatAI`, `JadveOpenAI`, `ChatGLM`, `NousHermes`, `FreeAIChat`, `ElectronHub`, `GithubChat`, `Flowith`, `SonusAI`, `UncovrAI`, `LabyrinthAI`, `WebSim`, `LambdaChat`, `ChatGPTClone`, `VercelAI`, `ExaChat`, `AskSteve`, `Aitopia`, `SearchChatAI`
|
|
867
872
|
|
|
868
873
|
Code is similar to other providers.
|
|
869
874
|
|
|
@@ -897,9 +902,9 @@ Webscout provides tools to convert and quantize Hugging Face models into the GGU
|
|
|
897
902
|
from webscout.Extra.gguf import ModelConverter
|
|
898
903
|
"""
|
|
899
904
|
Valid quantization methods:
|
|
900
|
-
"q2_k", "q3_k_l", "q3_k_m", "q3_k_s",
|
|
901
|
-
"q4_0", "q4_1", "q4_k_m", "q4_k_s",
|
|
902
|
-
"q5_0", "q5_1", "q5_k_m", "q5_k_s",
|
|
905
|
+
"q2_k", "q3_k_l", "q3_k_m", "q3_k_s",
|
|
906
|
+
"q4_0", "q4_1", "q4_k_m", "q4_k_s",
|
|
907
|
+
"q5_0", "q5_1", "q5_k_m", "q5_k_s",
|
|
903
908
|
"q6_k", "q8_0"
|
|
904
909
|
"""
|
|
905
910
|
# Create a converter instance
|