webscout 5.2__py3-none-any.whl → 5.4__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 +8 -12
- webscout/AIutel.py +10 -10
- webscout/Agents/Onlinesearcher.py +5 -5
- webscout/Agents/functioncall.py +123 -97
- webscout/DWEBS.py +99 -77
- webscout/Local/_version.py +2 -2
- webscout/Provider/Andi.py +1 -21
- webscout/Provider/BasedGPT.py +1 -21
- webscout/Provider/Blackboxai.py +1 -21
- webscout/Provider/Chatify.py +175 -0
- webscout/Provider/Cloudflare.py +1 -22
- webscout/Provider/Cohere.py +2 -23
- webscout/Provider/DARKAI.py +0 -1
- webscout/Provider/Deepinfra.py +2 -16
- webscout/Provider/EDITEE.py +3 -26
- webscout/Provider/Gemini.py +1 -24
- webscout/Provider/Groq.py +0 -2
- webscout/Provider/Koboldai.py +0 -21
- webscout/Provider/Llama.py +4 -21
- webscout/Provider/NetFly.py +21 -61
- webscout/Provider/OLLAMA.py +0 -17
- webscout/Provider/Openai.py +2 -22
- webscout/Provider/Perplexity.py +1 -2
- webscout/Provider/Phind.py +3 -508
- webscout/Provider/RUBIKSAI.py +11 -5
- webscout/Provider/Reka.py +4 -21
- webscout/Provider/TTS/streamElements.py +1 -22
- webscout/Provider/TTS/voicepod.py +11 -8
- webscout/Provider/ThinkAnyAI.py +17 -78
- webscout/Provider/Youchat.py +3 -20
- webscout/Provider/__init__.py +17 -8
- webscout/Provider/ai4chat.py +14 -8
- webscout/Provider/cerebras.py +199 -0
- webscout/Provider/{Berlin4h.py → cleeai.py} +68 -73
- webscout/Provider/{liaobots.py → elmo.py} +75 -106
- webscout/Provider/felo_search.py +29 -87
- webscout/Provider/geminiapi.py +198 -0
- webscout/Provider/genspark.py +222 -0
- webscout/Provider/julius.py +3 -20
- webscout/Provider/koala.py +1 -1
- webscout/Provider/lepton.py +194 -0
- webscout/Provider/turboseek.py +4 -21
- webscout/Provider/x0gpt.py +182 -0
- webscout/Provider/xdash.py +2 -22
- webscout/Provider/yep.py +391 -149
- webscout/YTdownloader.py +2 -3
- webscout/__init__.py +2 -2
- webscout/exceptions.py +2 -1
- webscout/transcriber.py +195 -140
- webscout/version.py +1 -1
- {webscout-5.2.dist-info → webscout-5.4.dist-info}/METADATA +47 -134
- webscout-5.4.dist-info/RECORD +98 -0
- webscout/voice.py +0 -34
- webscout-5.2.dist-info/RECORD +0 -93
- {webscout-5.2.dist-info → webscout-5.4.dist-info}/LICENSE.md +0 -0
- {webscout-5.2.dist-info → webscout-5.4.dist-info}/WHEEL +0 -0
- {webscout-5.2.dist-info → webscout-5.4.dist-info}/entry_points.txt +0 -0
- {webscout-5.2.dist-info → webscout-5.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webscout
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.4
|
|
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
|
|
@@ -29,44 +29,29 @@ Requires-Dist: click
|
|
|
29
29
|
Requires-Dist: curl-cffi
|
|
30
30
|
Requires-Dist: lxml
|
|
31
31
|
Requires-Dist: nest-asyncio
|
|
32
|
-
Requires-Dist: selenium
|
|
33
|
-
Requires-Dist: tqdm
|
|
34
|
-
Requires-Dist: webdriver-manager
|
|
35
|
-
Requires-Dist: halo >=0.0.31
|
|
36
32
|
Requires-Dist: g4f >=0.2.2.3
|
|
37
33
|
Requires-Dist: g4f[webdriver]
|
|
38
34
|
Requires-Dist: rich
|
|
39
|
-
Requires-Dist: python-dotenv
|
|
40
35
|
Requires-Dist: beautifulsoup4
|
|
41
36
|
Requires-Dist: markdownify
|
|
42
37
|
Requires-Dist: pydantic
|
|
43
38
|
Requires-Dist: requests
|
|
44
|
-
Requires-Dist: sse-starlette
|
|
45
39
|
Requires-Dist: termcolor
|
|
46
|
-
Requires-Dist: tiktoken
|
|
47
|
-
Requires-Dist: tldextract
|
|
48
40
|
Requires-Dist: orjson
|
|
49
41
|
Requires-Dist: PyYAML
|
|
50
42
|
Requires-Dist: appdirs
|
|
51
|
-
Requires-Dist: GoogleBard1 >=2.1.4
|
|
52
43
|
Requires-Dist: tls-client
|
|
53
44
|
Requires-Dist: clipman
|
|
54
|
-
Requires-Dist: Helpingai-T2
|
|
55
45
|
Requires-Dist: playsound
|
|
56
46
|
Requires-Dist: poe-api-wrapper
|
|
57
47
|
Requires-Dist: pyreqwest-impersonate
|
|
58
|
-
Requires-Dist: ballyregan
|
|
59
|
-
Requires-Dist: nodriver
|
|
60
|
-
Requires-Dist: PyExecJS
|
|
61
48
|
Requires-Dist: ollama
|
|
62
49
|
Requires-Dist: pyfiglet
|
|
63
|
-
Requires-Dist: yaspin
|
|
64
50
|
Requires-Dist: pillow
|
|
65
51
|
Requires-Dist: requests-html
|
|
66
52
|
Requires-Dist: bson
|
|
67
53
|
Requires-Dist: cloudscraper
|
|
68
54
|
Requires-Dist: emoji
|
|
69
|
-
Requires-Dist: colorlog
|
|
70
55
|
Requires-Dist: openai
|
|
71
56
|
Provides-Extra: dev
|
|
72
57
|
Requires-Dist: ruff >=0.1.6 ; extra == 'dev'
|
|
@@ -339,57 +324,12 @@ if __name__ == '__main__':
|
|
|
339
324
|
## Transcriber
|
|
340
325
|
The transcriber function in webscout is a handy tool that transcribes YouTube videos. Here's an example code demonstrating its usage:
|
|
341
326
|
```python
|
|
342
|
-
import
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
transcript_list = transcriber.list_transcripts(video_id)
|
|
349
|
-
for transcript in transcript_list:
|
|
350
|
-
transcript_data_list = transcript.fetch()
|
|
351
|
-
lang = transcript.language
|
|
352
|
-
transcript_text = ""
|
|
353
|
-
if transcript.language_code == 'en':
|
|
354
|
-
for line in transcript_data_list:
|
|
355
|
-
start_time = line['start']
|
|
356
|
-
end_time = start_time + line['duration']
|
|
357
|
-
formatted_line = f"{start_time:.2f} - {end_time:.2f}: {line['text']}\n"
|
|
358
|
-
transcript_text += formatted_line
|
|
359
|
-
return transcript_text
|
|
360
|
-
elif transcript.is_translatable:
|
|
361
|
-
english_transcript_list = transcript.translate('en').fetch()
|
|
362
|
-
for line in english_transcript_list:
|
|
363
|
-
start_time = line['start']
|
|
364
|
-
end_time = start_time + line['duration']
|
|
365
|
-
formatted_line = f"{start_time:.2f} - {end_time:.2f}: {line['text']}\n"
|
|
366
|
-
transcript_text += formatted_line
|
|
367
|
-
return transcript_text
|
|
368
|
-
print("Transcript extraction failed. Please check the video URL.")
|
|
369
|
-
except Exception as e:
|
|
370
|
-
print(f"Error: {e}")
|
|
371
|
-
|
|
372
|
-
def main():
|
|
373
|
-
video_url = input("Enter the video link: ")
|
|
374
|
-
|
|
375
|
-
if video_url:
|
|
376
|
-
video_id = video_url.split("=")[1]
|
|
377
|
-
print("Video URL:", video_url)
|
|
378
|
-
submit = input("Press 'Enter' to get the transcript or type 'exit' to quit: ")
|
|
379
|
-
if submit == '':
|
|
380
|
-
print("Extracting Transcript...")
|
|
381
|
-
transcript = extract_transcript(video_id)
|
|
382
|
-
print('Transcript:')
|
|
383
|
-
print(transcript)
|
|
384
|
-
print("__________________________________________________________________________________")
|
|
385
|
-
elif submit.lower() == 'exit':
|
|
386
|
-
print("Exiting...")
|
|
387
|
-
sys.exit()
|
|
388
|
-
else:
|
|
389
|
-
print("Invalid input. Please try again.")
|
|
390
|
-
|
|
391
|
-
if __name__ == "__main__":
|
|
392
|
-
main()
|
|
327
|
+
from webscout import YTTranscriber
|
|
328
|
+
yt = YTTranscriber()
|
|
329
|
+
from rich import print
|
|
330
|
+
video_url = input("Enter the YouTube video URL: ")
|
|
331
|
+
transcript = yt.get_transcript(video_url, languages=None)
|
|
332
|
+
print(transcript)
|
|
393
333
|
```
|
|
394
334
|
|
|
395
335
|
## GoogleS -- formerly DWEBS
|
|
@@ -397,7 +337,7 @@ if __name__ == "__main__":
|
|
|
397
337
|
from webscout import GoogleS
|
|
398
338
|
from rich import print
|
|
399
339
|
searcher = GoogleS()
|
|
400
|
-
results = searcher.search("HelpingAI-9B", max_results=20,
|
|
340
|
+
results = searcher.search("HelpingAI-9B", max_results=20, extract_text=False, max_text_length=200)
|
|
401
341
|
for result in results:
|
|
402
342
|
print(result)
|
|
403
343
|
```
|
|
@@ -411,36 +351,20 @@ for result in results:
|
|
|
411
351
|
print(result)
|
|
412
352
|
```
|
|
413
353
|
|
|
414
|
-
## Text-to-Speech:
|
|
415
|
-
```python
|
|
416
|
-
from webscout import play_audio
|
|
417
|
-
|
|
418
|
-
message = "This is an example of text-to-speech."
|
|
419
|
-
audio_content = play_audio(message, voice="Brian")
|
|
420
|
-
|
|
421
|
-
# Save the audio to a file
|
|
422
|
-
with open("output.mp3", "wb") as f:
|
|
423
|
-
f.write(audio_content)
|
|
424
|
-
```
|
|
425
|
-
### Available TTS Voices:
|
|
426
|
-
You can choose from a wide range of voices, including:
|
|
427
|
-
- Filiz, Astrid, Tatyana, Maxim, Carmen, Ines, Cristiano, Vitoria, Ricardo, Maja, Jan, Jacek, Ewa, Ruben, Lotte, Liv, Seoyeon, Takumi, Mizuki, Giorgio, Carla, Bianca, Karl, Dora, Mathieu, Celine, Chantal, Penelope, Miguel, Mia, Enrique, Conchita, Geraint, Salli, Matthew, Kimberly, Kendra, Justin, Joey, Joanna, Ivy, Raveena, Aditi, Emma, Brian, Amy, Russell, Nicole, Vicki, Marlene, Hans, Naja, Mads, Gwyneth, Zhiyu
|
|
428
|
-
- Standard and WaveNet voices for various languages (e.g., en-US, es-ES, ja-JP, etc.)
|
|
429
|
-
|
|
430
354
|
|
|
431
355
|
The WEBS and AsyncWEBS classes are used to retrieve search results from DuckDuckGo.com
|
|
432
356
|
To use the AsyncWEBS class, you can perform asynchronous operations using Python's asyncio library.
|
|
433
357
|
To initialize an instance of the WEBS or AsyncWEBS classes, you can provide the following optional arguments:
|
|
434
358
|
|
|
435
359
|
Here is an example of initializing the WEBS class:
|
|
436
|
-
```
|
|
360
|
+
```python
|
|
437
361
|
from webscout import WEBS
|
|
438
362
|
|
|
439
363
|
R = WEBS().text("python programming", max_results=5)
|
|
440
364
|
print(R)
|
|
441
365
|
```
|
|
442
366
|
Here is an example of initializing the AsyncWEBS class:
|
|
443
|
-
```
|
|
367
|
+
```python
|
|
444
368
|
import asyncio
|
|
445
369
|
import logging
|
|
446
370
|
import sys
|
|
@@ -913,7 +837,7 @@ resp = bot.generate("AI-generated image - webscout", 1)
|
|
|
913
837
|
print(bot.save(resp))
|
|
914
838
|
```
|
|
915
839
|
|
|
916
|
-
### Text to
|
|
840
|
+
### Text to speech - Voicepods, StreamElements
|
|
917
841
|
```python
|
|
918
842
|
from webscout import Voicepods
|
|
919
843
|
voicepods = Voicepods()
|
|
@@ -932,7 +856,7 @@ from webscout import WEBS as w
|
|
|
932
856
|
R = w().chat("Who are you", model='gpt-4o-mini') # GPT-3.5 Turbo, mixtral-8x7b, llama-3-70b, claude-3-haiku, gpt-4o-mini
|
|
933
857
|
print(R)
|
|
934
858
|
```
|
|
935
|
-
### `PhindSearch` - Search using Phind.com
|
|
859
|
+
### `PhindSearch` - Search using Phind.com
|
|
936
860
|
|
|
937
861
|
```python
|
|
938
862
|
from webscout import PhindSearch
|
|
@@ -968,34 +892,6 @@ message = ph.get_message(response)
|
|
|
968
892
|
print(message)
|
|
969
893
|
```
|
|
970
894
|
|
|
971
|
-
|
|
972
|
-
### `You.com` - search/chat with you.com - Not working
|
|
973
|
-
```python
|
|
974
|
-
|
|
975
|
-
from webscout import YouChat
|
|
976
|
-
from rich import print
|
|
977
|
-
|
|
978
|
-
ai = YouChat(
|
|
979
|
-
is_conversation=True,
|
|
980
|
-
max_tokens=800,
|
|
981
|
-
timeout=30,
|
|
982
|
-
intro=None,
|
|
983
|
-
filepath=None,
|
|
984
|
-
update_file=True,
|
|
985
|
-
proxies={},
|
|
986
|
-
history_offset=10250,
|
|
987
|
-
act=None,
|
|
988
|
-
)
|
|
989
|
-
|
|
990
|
-
prompt = "what is meaning of life"
|
|
991
|
-
|
|
992
|
-
response = ai.ask(prompt)
|
|
993
|
-
|
|
994
|
-
# Extract and print the message from the response
|
|
995
|
-
message = ai.get_message(response)
|
|
996
|
-
print(message)
|
|
997
|
-
```
|
|
998
|
-
|
|
999
895
|
### `Gemini` - search with google gemini
|
|
1000
896
|
|
|
1001
897
|
```python
|
|
@@ -1014,26 +910,43 @@ gemini = GEMINI(cookie_file=COOKIE_FILE, proxy=PROXIES)
|
|
|
1014
910
|
response = gemini.chat("websearch about HelpingAI and who is its developer")
|
|
1015
911
|
print(response)
|
|
1016
912
|
```
|
|
1017
|
-
### `
|
|
913
|
+
### `YEPCHAT`
|
|
1018
914
|
```python
|
|
1019
|
-
from webscout import
|
|
915
|
+
from webscout import YEPCHAT
|
|
916
|
+
ai = YEPCHAT(Tools=False)
|
|
917
|
+
response = ai.chat(input(">>> "))
|
|
918
|
+
for chunk in response:
|
|
919
|
+
print(chunk, end="", flush=True)
|
|
920
|
+
#---------------Tool Call-------------
|
|
1020
921
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
922
|
+
from rich import print
|
|
923
|
+
from webscout import YEPCHAT
|
|
924
|
+
def get_current_time():
|
|
925
|
+
import datetime
|
|
926
|
+
return f"The current time is {datetime.datetime.now().strftime('%H:%M:%S')}"
|
|
927
|
+
def get_weather(location: str) -> str:
|
|
928
|
+
return f"The weather in {location} is sunny."
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
ai = YEPCHAT(Tools=True) # Set Tools=True to use tools in the chat.
|
|
932
|
+
|
|
933
|
+
ai.tool_registry.register_tool("get_current_time", get_current_time, "Gets the current time.")
|
|
934
|
+
ai.tool_registry.register_tool(
|
|
935
|
+
"get_weather",
|
|
936
|
+
get_weather,
|
|
937
|
+
"Gets the weather for a given location.",
|
|
938
|
+
parameters={
|
|
939
|
+
"type": "object",
|
|
940
|
+
"properties": {
|
|
941
|
+
"location": {"type": "string", "description": "The city and state, or zip code"}
|
|
942
|
+
},
|
|
943
|
+
"required": ["location"],
|
|
944
|
+
},
|
|
1031
945
|
)
|
|
1032
946
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
print(response)
|
|
947
|
+
response = ai.chat(input(">>> "))
|
|
948
|
+
for chunk in response:
|
|
949
|
+
print(chunk, end="", flush=True)
|
|
1037
950
|
```
|
|
1038
951
|
### `BlackBox` - Search/chat With BlackBox
|
|
1039
952
|
```python
|
|
@@ -1183,7 +1096,7 @@ print(message)
|
|
|
1183
1096
|
Usage code similar to other proviers
|
|
1184
1097
|
|
|
1185
1098
|
### `BasedGPT` - chat with GPT
|
|
1186
|
-
```
|
|
1099
|
+
```py
|
|
1187
1100
|
from webscout import BasedGPT
|
|
1188
1101
|
|
|
1189
1102
|
# Initialize the BasedGPT provider
|
|
@@ -1492,7 +1405,7 @@ if "error" not in function_call_data:
|
|
|
1492
1405
|
else:
|
|
1493
1406
|
print(f"Error: {function_call_data['error']}")
|
|
1494
1407
|
```
|
|
1495
|
-
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, XDASH, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, NetFly, Editee
|
|
1408
|
+
### LLAMA3, pizzagpt, RUBIKSAI, Koala, Darkai, AI4Chat, Farfalle, PIAI, Felo, XDASH, Julius, YouChat, YEPCHAT, Cloudflare, TurboSeek, NetFly, Editee, AI21, Chatify, Cerebras, X0GPT, Lepton, GEMINIAPI, Cleeai, Elmo, Genspark
|
|
1496
1409
|
code similar to other provider
|
|
1497
1410
|
### `LLM`
|
|
1498
1411
|
```python
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
webscout/AIauto.py,sha256=C92j0QtSmxG978fELezsgzxjq75VjQ5ld6Ybp4go1SU,11765
|
|
2
|
+
webscout/AIbase.py,sha256=vv0N8sDYaZKkKD9fkLpK1CA51ksZl0_PQ82tB431c-4,9215
|
|
3
|
+
webscout/AIutel.py,sha256=1YQZAzhP20tobL9vBIWspa-EoruCiQE2r81JbyBZrmk,35375
|
|
4
|
+
webscout/Bard.py,sha256=8XkV_j0gJ-krYYR7bd5UORWMk7VlyTd3z66RPYBtdxg,13134
|
|
5
|
+
webscout/Bing_search.py,sha256=8pW3ZxFDfVsrtayEoAsAAoXoOCAGv2Jk_-HvOBNfCV4,6228
|
|
6
|
+
webscout/DWEBS.py,sha256=xB3L_u47vu9KZCFNUb_H6WX5OLeL068Er9t9Mbss9YU,7895
|
|
7
|
+
webscout/LLM.py,sha256=LbGCZdJf8A5dwfoGS4tyy39tAh5BDdhMZP0ScKaaQfU,4184
|
|
8
|
+
webscout/YTdownloader.py,sha256=qVROwMmRpHy95NsbzZvpidEKuqMwFTCi7bW4jJgbl44,39152
|
|
9
|
+
webscout/__init__.py,sha256=A4VcaiWmm02GvbDKCmf6F0-jRW_uT_BJkZhN6m6O108,1294
|
|
10
|
+
webscout/__main__.py,sha256=ZtTRgsRjUi2JOvYFLF1ZCh55Sdoz94I-BS-TlJC7WDU,126
|
|
11
|
+
webscout/cli.py,sha256=RlBKeS9CSIsiBMqlzxevWtKjbY9htkZvA7J0bM_hHE8,14999
|
|
12
|
+
webscout/exceptions.py,sha256=jqrZvxV2JnZFqvmCsKG1lQRd6fYQh7qk3ceA7m7-k9k,611
|
|
13
|
+
webscout/g4f.py,sha256=NNcnlOtIWV9R93UsBN4jBGBEJ9sJ-Np1WbgjkGVDcYc,24487
|
|
14
|
+
webscout/models.py,sha256=5iQIdtedT18YuTZ3npoG7kLMwcrKwhQ7928dl_7qZW0,692
|
|
15
|
+
webscout/tempid.py,sha256=5oc3UbXhPGKxrMRTfRABT-V-dNzH_hOKWtLYM6iCWd4,5896
|
|
16
|
+
webscout/transcriber.py,sha256=kRymTd69zCjXdduCf7Gabt93Kz1l5ubsCwfwqs-pHl8,22334
|
|
17
|
+
webscout/utils.py,sha256=2O8_lftBKsv5OEvVaXCN-h0sipup0m3jxzhFdWQrdY8,2873
|
|
18
|
+
webscout/version.py,sha256=vMpz81qVbwvxwApecc4auigZMpex3ucLNBghuDP1tRc,44
|
|
19
|
+
webscout/webai.py,sha256=76AhP-vbPd5OW6To03I_6B18KOGEUvfi4Rbn4CqsA10,87745
|
|
20
|
+
webscout/webscout_search.py,sha256=AOHkaMLmFvM1mS--wVyLiPrDAb5BPLaURBHjleWOi4w,43743
|
|
21
|
+
webscout/webscout_search_async.py,sha256=dooKGwLm0cwTml55Vy6NHPPY-nymEqX2h8laX94Zg5A,14537
|
|
22
|
+
webscout/websx_search.py,sha256=5hfkkmGFhyQzojUpvMzIOJ3DBZIBNS90UReaacsfu6s,521
|
|
23
|
+
webscout/Agents/Onlinesearcher.py,sha256=fa-rErLCGmGdXnlNJ8i130n1QgpWJ0vwe5MqyqoJywY,6873
|
|
24
|
+
webscout/Agents/__init__.py,sha256=5_vUBtBf5Nz5LRKXRRjw7Dk1m0Vnon_y545qKF0gdXs,77
|
|
25
|
+
webscout/Agents/ai.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
26
|
+
webscout/Agents/functioncall.py,sha256=zMGF1H9fGz05lcJryqST0qkh44kTgbESUZaIfZkO1J0,7645
|
|
27
|
+
webscout/Extra/__init__.py,sha256=GG1qUwS-HspT4TeeAIT4qFpM8PaO1ZdQhpelctaM7Rs,99
|
|
28
|
+
webscout/Extra/autollama.py,sha256=qM8alxlWzg10BGIYKZBUtIEAXrkvEOWBwSxdPp3zq9I,6226
|
|
29
|
+
webscout/Extra/gguf.py,sha256=RvSp7xuaD6epAA9iAzthUnAQ3HA5N-svMyKUadAVnw8,7009
|
|
30
|
+
webscout/Extra/weather.py,sha256=wdSrQxZRpbNfyaux0BeLdaDWyde5KwxZjSUM13820X0,2460
|
|
31
|
+
webscout/Extra/weather_ascii.py,sha256=Aed-_EUzvTEjBXbOpNRxkJBLa6fXsclknXP06HnQD18,808
|
|
32
|
+
webscout/Local/__init__.py,sha256=RN6klpbabPGNX2YzPm_hdeUcQvieUwvJt22uAO2RKSM,238
|
|
33
|
+
webscout/Local/_version.py,sha256=jk6j7Rb0VWezDG1ZFhgYJpZiyL5rCivaiA86_jJecmk,139
|
|
34
|
+
webscout/Local/formats.py,sha256=BiZZSoN3e8S6-S-ykBL9ogSUs0vK11GaZ3ghc9U8GRk,18994
|
|
35
|
+
webscout/Local/model.py,sha256=T_bzNNrxEyOyLyhp6fKwiuVBBkXC2a37LzJVCxFIxOU,30710
|
|
36
|
+
webscout/Local/rawdog.py,sha256=ojY_O8Vb1KvR34OwWdfLgllgaAK_7HMf64ElMATvCXs,36689
|
|
37
|
+
webscout/Local/samplers.py,sha256=qXwU4eLXER-2aCYzcJcTgA6BeFmi5GMpTDUX1C9pTN4,4372
|
|
38
|
+
webscout/Local/thread.py,sha256=Lyf_N2CaGAn2usSWSiUXLPAgpWub8vUu_tgFgtnvZVA,27408
|
|
39
|
+
webscout/Local/utils.py,sha256=CSt9IqHhVGk_nJEnKvSFbLhC5nNf01e0MtwpgMmF9pA,6197
|
|
40
|
+
webscout/Provider/AI21.py,sha256=JBh-xnspxTZNMcl-Gd0Cgseqht9gTM64TUv9I4Imc9k,6218
|
|
41
|
+
webscout/Provider/Andi.py,sha256=mKhrnN_TR3rVEBy-oZosEcujF83hISiFeBVM1mHYz2k,10107
|
|
42
|
+
webscout/Provider/BasedGPT.py,sha256=u1s72bQ33iuBqf5u7SWdez8_Eu7MTCM_iZoEW91t9CI,8309
|
|
43
|
+
webscout/Provider/Blackboxai.py,sha256=ioEhw03eiM65tPvgyZKOCGFzqOT8la59W7HydNGILIw,16815
|
|
44
|
+
webscout/Provider/Chatify.py,sha256=Q0TcMPsk2nJ_FFG5zIBHKY4Vt-lIQfpuYPTkfLzeMoU,6342
|
|
45
|
+
webscout/Provider/Cloudflare.py,sha256=d82t4mD7m8VscGieoRfmvveTNKmNJF0Cyi1dBBv8Zrw,10777
|
|
46
|
+
webscout/Provider/Cohere.py,sha256=oL9kAv--RSkEQxwkPTq1Wi57Wkgg0WNvL82CpTj22YY,8264
|
|
47
|
+
webscout/Provider/DARKAI.py,sha256=hgcG17f1lyKo6IPe5v3IhbsHGCBZYn94l6zNqx2Lnlo,9052
|
|
48
|
+
webscout/Provider/Deepinfra.py,sha256=9ABd5jmcMOydqrs0wtXMmkQF6I2up8AE2SHXy2LSIuU,18418
|
|
49
|
+
webscout/Provider/Deepseek.py,sha256=jp8cZhbmscDjlXLCGI8MhDGORkbbxyeUlCqu5Z5GGSI,9210
|
|
50
|
+
webscout/Provider/DiscordRocks.py,sha256=AgpAofgHY8MMKYhuqhtwLM8qGiYatStc2Aa1XX-3PPU,15028
|
|
51
|
+
webscout/Provider/EDITEE.py,sha256=cGMTQiMROo7ohSBTOzs2vZneUs1Usjh_7ZFQ61JtD-k,7734
|
|
52
|
+
webscout/Provider/Farfalle.py,sha256=zl2AD5NomuHCkW21tDfI1Z-KIlhiuQ32eiNM-1B4KWQ,9010
|
|
53
|
+
webscout/Provider/Gemini.py,sha256=Vg2MLqQ_qxHkcN7Zikife1dyVK-y94ik8y6MAu-VzUI,7801
|
|
54
|
+
webscout/Provider/Groq.py,sha256=iqyewnxWwN7fMG-dqAR_SyUqImfyZS880lO5iaXso9c,28636
|
|
55
|
+
webscout/Provider/Koboldai.py,sha256=gpRgyDe4OQWwNqT7MWnNrJx4dnFmCW23KUx0Ezjgchk,15185
|
|
56
|
+
webscout/Provider/Llama.py,sha256=N01p3ZVD1HgRnNNxhjRhBVD4m_qiextdyF1KDfJlqbE,7703
|
|
57
|
+
webscout/Provider/Llama3.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
58
|
+
webscout/Provider/NetFly.py,sha256=7i-GNeQkJNxXhDawNkiFqOP8OOB4KHBVIV84q-L15S8,8392
|
|
59
|
+
webscout/Provider/OLLAMA.py,sha256=VhvFJ3rHr1Wpgfv_-L70JlkL6x71z2lya9uLv1_kaUo,7015
|
|
60
|
+
webscout/Provider/Openai.py,sha256=32uxZmZOovzshMQmqDcJ39If7N_UW4B3EeYmaxP_GwE,19983
|
|
61
|
+
webscout/Provider/PI.py,sha256=IodVvGR_RIZpGJ0ypFF4U6NBMZAZ5O1BlRFMelot8so,8364
|
|
62
|
+
webscout/Provider/Perplexity.py,sha256=vcTjwFPi2WC-ck91V3QE_EtmCwFcWaQHku4aAzMoPPM,21461
|
|
63
|
+
webscout/Provider/Phind.py,sha256=NA_b3B4h-kutX6wdoEg4THPfZggl2UeXPbramzZ6oiU,19297
|
|
64
|
+
webscout/Provider/PizzaGPT.py,sha256=EiHSt0sK9kgmcIbBmkVtuniDvOrlhdi6zim5t_EZo30,7216
|
|
65
|
+
webscout/Provider/Poe.py,sha256=ObUxa-Fa2Dq7sJcV0hc65m09StS9uWsB2-bR2rSjXDY,7510
|
|
66
|
+
webscout/Provider/RUBIKSAI.py,sha256=LvssrWDZKg_OSVEdxVmEOagUQtf65NM0vnTbQJiooZM,8168
|
|
67
|
+
webscout/Provider/Reka.py,sha256=RvFTAV9JQT9zLQJTHjS0quhjE8V4nFReseO_WP_1Wqg,8295
|
|
68
|
+
webscout/Provider/TeachAnything.py,sha256=-gx3wiqywMVmVKvVwU9mL6HTSTmux3fvI6tIiCZ22fU,6785
|
|
69
|
+
webscout/Provider/ThinkAnyAI.py,sha256=r-x0vYpHl1IiCBGRE0buK0ssVNL8MbCVAVmEV5MbqWQ,8642
|
|
70
|
+
webscout/Provider/Youchat.py,sha256=HE1ZnRyTV8R0I0pIPb0ecf_Nvoxrqlm-1BGvOvyvTUM,9021
|
|
71
|
+
webscout/Provider/__init__.py,sha256=PzH_i_NIesvGNVw_CpEJmOuz_H5K2O9KDSOL0BkT7D0,2308
|
|
72
|
+
webscout/Provider/ai4chat.py,sha256=ewUcqjr3hrd27fgcvj6ijvoWVnSjdoA1iK0c8dn2VJo,8067
|
|
73
|
+
webscout/Provider/cerebras.py,sha256=N9Z7wY9pQRhh7chMSDirgHd1GV8Jwjeb3RmYB1pcww4,7302
|
|
74
|
+
webscout/Provider/cleeai.py,sha256=1iHREA6_dh85Z6vfKOKbTGlfmS2eqL81TCekRlRjlmk,8007
|
|
75
|
+
webscout/Provider/elmo.py,sha256=FKM3CM_3lkukXb-B1LBZotIMy2nN1cErazlZbMK9yNc,9393
|
|
76
|
+
webscout/Provider/felo_search.py,sha256=-jHwOl6qvQjr6GbrTAwLRcgp5tIVmX-3GXF49VWITOA,6851
|
|
77
|
+
webscout/Provider/geminiapi.py,sha256=sGg7AncRShMacLTBwn39CzG4zsRz9JSBwVO4LlUdt6g,7869
|
|
78
|
+
webscout/Provider/genspark.py,sha256=EuqXGG5uLPWFCfnq5WylFITK704Il6e4eMjNd5D8XRk,8560
|
|
79
|
+
webscout/Provider/julius.py,sha256=K4PVpvc7WU7_ikDcTRMDqn-cu5uiMDBQUQ2WbnqKmgs,9752
|
|
80
|
+
webscout/Provider/koala.py,sha256=qBtqjTvhoMQdDE8qUH0XuNa_x2bic77d7CUjIVboask,10106
|
|
81
|
+
webscout/Provider/lepton.py,sha256=2SQFHkZ2FQ6EQHxtwSJ9Aw2NHXZQ3nkrNmyB6NWHRDs,7607
|
|
82
|
+
webscout/Provider/meta.py,sha256=3iBylmAk9d673Axvw6hFi0-0x_Fq7ZgtH_1j2_rcDwY,30715
|
|
83
|
+
webscout/Provider/turboseek.py,sha256=TMECD3ODTV13sPFje5Dv_UPxX3v_8kvJXQpg5ugBJVY,8548
|
|
84
|
+
webscout/Provider/x0gpt.py,sha256=sQiPn7lDr-07L_VGJcdJLrQUh0NfYWpTVLtFnnPlIyI,6513
|
|
85
|
+
webscout/Provider/xdash.py,sha256=ftCiAniLZuJlJVv1TypIHaqGLyuTk7SruyQOFJbHGJA,7378
|
|
86
|
+
webscout/Provider/yep.py,sha256=AjDn0vi8l5SBo7orJHj1pXP-qdSQHqj2E5KdcK3eoE8,20589
|
|
87
|
+
webscout/Provider/TTI/PollinationsAI.py,sha256=ELMc92hYXzS1uFZtRB-tbFb39C3YqpxnfM8dVcucPE0,5485
|
|
88
|
+
webscout/Provider/TTI/__init__.py,sha256=AjvFaww2xI7_8CHgxfBZwSd0KyXK9CnWqOOfxJqe31s,55
|
|
89
|
+
webscout/Provider/TTI/deepinfra.py,sha256=o54__jLrP0OaiW7CHPCJISWQTuSwA8g-mSn60gRmTXA,5967
|
|
90
|
+
webscout/Provider/TTS/__init__.py,sha256=g19AOO1X9Qb-MNFpwhx5lODDWQiG7HxZCO9TmOYOHGc,54
|
|
91
|
+
webscout/Provider/TTS/streamElements.py,sha256=aaE55W_bAzvL3-pl7tHs_xU7dSZB5_V7ix-usoe-4aM,7398
|
|
92
|
+
webscout/Provider/TTS/voicepod.py,sha256=wAAnpcpDyej72UjIRhEnEmcoJnUqp1lPCLiiwJMYJic,4343
|
|
93
|
+
webscout-5.4.dist-info/LICENSE.md,sha256=9P0imsudI7MEvZe2pOcg8rKBn6E5FGHQ-riYozZI-Bk,2942
|
|
94
|
+
webscout-5.4.dist-info/METADATA,sha256=HnZnQpvYoN63YGjQHhGjQgH5jRVRFio1aQBF_tcvU2k,48379
|
|
95
|
+
webscout-5.4.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
96
|
+
webscout-5.4.dist-info/entry_points.txt,sha256=Hh4YIIjvkqB9SVxZ2ri4DZUkgEu_WF_5_r_nZDIvfG8,73
|
|
97
|
+
webscout-5.4.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
|
|
98
|
+
webscout-5.4.dist-info/RECORD,,
|
webscout/voice.py
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import requests
|
|
2
|
-
import typing
|
|
3
|
-
|
|
4
|
-
def play_audio(message: str, voice: str = "Brian") -> typing.Union[str, typing.NoReturn]:
|
|
5
|
-
"""
|
|
6
|
-
Text to speech using StreamElements API
|
|
7
|
-
|
|
8
|
-
Parameters:
|
|
9
|
-
message (str): The text to convert to speech
|
|
10
|
-
voice (str): The voice to use for speech synthesis. Default is "Brian".
|
|
11
|
-
|
|
12
|
-
Returns:
|
|
13
|
-
result (Union[str, None]): Temporary file path or None in failure
|
|
14
|
-
"""
|
|
15
|
-
# Base URL for provider API
|
|
16
|
-
url: str = f"https://api.streamelements.com/kappa/v2/speech?voice={voice}&text={{{message}}}"
|
|
17
|
-
|
|
18
|
-
# Request headers
|
|
19
|
-
headers: typing.Dict[str, str] = {
|
|
20
|
-
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'
|
|
21
|
-
}
|
|
22
|
-
# Try to send request or return None on failure
|
|
23
|
-
try:
|
|
24
|
-
result = requests.get(url=url, headers=headers)
|
|
25
|
-
return result.content
|
|
26
|
-
except:
|
|
27
|
-
return None
|
|
28
|
-
|
|
29
|
-
if __name__ == "__main__":
|
|
30
|
-
# Example usage of the play_audio function
|
|
31
|
-
message = "Hello, world!"
|
|
32
|
-
voice = "Brian"
|
|
33
|
-
audio_result = play_audio(message, voice)
|
|
34
|
-
print(audio_result)
|
webscout-5.2.dist-info/RECORD
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
webscout/AIauto.py,sha256=_1gkCv8J02kADGOPTlhsjr0CVfWXJYJnc7-ACrMXPrI,12116
|
|
2
|
-
webscout/AIbase.py,sha256=vv0N8sDYaZKkKD9fkLpK1CA51ksZl0_PQ82tB431c-4,9215
|
|
3
|
-
webscout/AIutel.py,sha256=sd3C2qg0Bb0e8feA-RfZeKBVHAe0ms3VVVdpwFm4xZo,35355
|
|
4
|
-
webscout/Bard.py,sha256=8XkV_j0gJ-krYYR7bd5UORWMk7VlyTd3z66RPYBtdxg,13134
|
|
5
|
-
webscout/Bing_search.py,sha256=8pW3ZxFDfVsrtayEoAsAAoXoOCAGv2Jk_-HvOBNfCV4,6228
|
|
6
|
-
webscout/DWEBS.py,sha256=9Jtq6weBAYfAy0bMenPn1fdJyzCPHyptc6hGywrB2Ro,6203
|
|
7
|
-
webscout/LLM.py,sha256=LbGCZdJf8A5dwfoGS4tyy39tAh5BDdhMZP0ScKaaQfU,4184
|
|
8
|
-
webscout/YTdownloader.py,sha256=uWpUWnw9pxeEGw9KJ_3XDyQ5gd38gH1dJpr-HJo4vzU,39144
|
|
9
|
-
webscout/__init__.py,sha256=JsKjYyLtQMl46oriHg_aPoxYOpBDHjIBrEyiwiKzYWU,1312
|
|
10
|
-
webscout/__main__.py,sha256=ZtTRgsRjUi2JOvYFLF1ZCh55Sdoz94I-BS-TlJC7WDU,126
|
|
11
|
-
webscout/cli.py,sha256=RlBKeS9CSIsiBMqlzxevWtKjbY9htkZvA7J0bM_hHE8,14999
|
|
12
|
-
webscout/exceptions.py,sha256=GMeOdYqWKmuFU6Uq8MHKCInXQmJc7a_7AanKdyVcYTM,607
|
|
13
|
-
webscout/g4f.py,sha256=NNcnlOtIWV9R93UsBN4jBGBEJ9sJ-Np1WbgjkGVDcYc,24487
|
|
14
|
-
webscout/models.py,sha256=5iQIdtedT18YuTZ3npoG7kLMwcrKwhQ7928dl_7qZW0,692
|
|
15
|
-
webscout/tempid.py,sha256=5oc3UbXhPGKxrMRTfRABT-V-dNzH_hOKWtLYM6iCWd4,5896
|
|
16
|
-
webscout/transcriber.py,sha256=EddvTSq7dPJ42V3pQVnGuEiYQ7WjJ9uyeR9kMSxN7uY,20622
|
|
17
|
-
webscout/utils.py,sha256=2O8_lftBKsv5OEvVaXCN-h0sipup0m3jxzhFdWQrdY8,2873
|
|
18
|
-
webscout/version.py,sha256=kYEBR9-iTYFuCIx_LnCClbTsANOXCfjXQq9O8i5H-GA,44
|
|
19
|
-
webscout/voice.py,sha256=AHyeb3D8rYuAa-zBJsuMDgHq_Zvi98ROMKAUnEsKldo,1169
|
|
20
|
-
webscout/webai.py,sha256=76AhP-vbPd5OW6To03I_6B18KOGEUvfi4Rbn4CqsA10,87745
|
|
21
|
-
webscout/webscout_search.py,sha256=AOHkaMLmFvM1mS--wVyLiPrDAb5BPLaURBHjleWOi4w,43743
|
|
22
|
-
webscout/webscout_search_async.py,sha256=dooKGwLm0cwTml55Vy6NHPPY-nymEqX2h8laX94Zg5A,14537
|
|
23
|
-
webscout/websx_search.py,sha256=5hfkkmGFhyQzojUpvMzIOJ3DBZIBNS90UReaacsfu6s,521
|
|
24
|
-
webscout/Agents/Onlinesearcher.py,sha256=FbQTdfNgdZb99q12gE0y8h1DUR8y2_vucrsQExByTQU,6827
|
|
25
|
-
webscout/Agents/__init__.py,sha256=5_vUBtBf5Nz5LRKXRRjw7Dk1m0Vnon_y545qKF0gdXs,77
|
|
26
|
-
webscout/Agents/ai.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
27
|
-
webscout/Agents/functioncall.py,sha256=aZN_WWznronMmVG1txJEvBrIPRDBhfOyzhUCAoMWIb0,7246
|
|
28
|
-
webscout/Extra/__init__.py,sha256=GG1qUwS-HspT4TeeAIT4qFpM8PaO1ZdQhpelctaM7Rs,99
|
|
29
|
-
webscout/Extra/autollama.py,sha256=qM8alxlWzg10BGIYKZBUtIEAXrkvEOWBwSxdPp3zq9I,6226
|
|
30
|
-
webscout/Extra/gguf.py,sha256=RvSp7xuaD6epAA9iAzthUnAQ3HA5N-svMyKUadAVnw8,7009
|
|
31
|
-
webscout/Extra/weather.py,sha256=wdSrQxZRpbNfyaux0BeLdaDWyde5KwxZjSUM13820X0,2460
|
|
32
|
-
webscout/Extra/weather_ascii.py,sha256=Aed-_EUzvTEjBXbOpNRxkJBLa6fXsclknXP06HnQD18,808
|
|
33
|
-
webscout/Local/__init__.py,sha256=RN6klpbabPGNX2YzPm_hdeUcQvieUwvJt22uAO2RKSM,238
|
|
34
|
-
webscout/Local/_version.py,sha256=QBgSP4kqSY-dGvVIyNWgv7Qs_UyS5r4SGP_WEBgE7V4,83
|
|
35
|
-
webscout/Local/formats.py,sha256=BiZZSoN3e8S6-S-ykBL9ogSUs0vK11GaZ3ghc9U8GRk,18994
|
|
36
|
-
webscout/Local/model.py,sha256=T_bzNNrxEyOyLyhp6fKwiuVBBkXC2a37LzJVCxFIxOU,30710
|
|
37
|
-
webscout/Local/rawdog.py,sha256=ojY_O8Vb1KvR34OwWdfLgllgaAK_7HMf64ElMATvCXs,36689
|
|
38
|
-
webscout/Local/samplers.py,sha256=qXwU4eLXER-2aCYzcJcTgA6BeFmi5GMpTDUX1C9pTN4,4372
|
|
39
|
-
webscout/Local/thread.py,sha256=Lyf_N2CaGAn2usSWSiUXLPAgpWub8vUu_tgFgtnvZVA,27408
|
|
40
|
-
webscout/Local/utils.py,sha256=CSt9IqHhVGk_nJEnKvSFbLhC5nNf01e0MtwpgMmF9pA,6197
|
|
41
|
-
webscout/Provider/AI21.py,sha256=JBh-xnspxTZNMcl-Gd0Cgseqht9gTM64TUv9I4Imc9k,6218
|
|
42
|
-
webscout/Provider/Andi.py,sha256=uBME1v8lZbvpPHq5e_IOiOUC766uGTWMfNx9lWACssU,10681
|
|
43
|
-
webscout/Provider/BasedGPT.py,sha256=pQd6_eDgdjv5_J0HZGugZ5ghqPLv2Hs18szq1G0bIh8,8905
|
|
44
|
-
webscout/Provider/Berlin4h.py,sha256=-mO-ljQUV6pCnm-nKEeV7sePDn7wiGO_WG9XgVh2z10,8774
|
|
45
|
-
webscout/Provider/Blackboxai.py,sha256=OXq8rF0EDHkTK65HVXPXLrJ9sp950h4c56sc-YxbsjU,17378
|
|
46
|
-
webscout/Provider/Cloudflare.py,sha256=4KAyGtpCkNyzFh5mjUcBOQ9wXIuhk92mxs13ahYnkKE,11368
|
|
47
|
-
webscout/Provider/Cohere.py,sha256=OZ7-0iaJ8L5e4Sy-L2UGm8SnBmS7CbaFIj6a08bABVw,8941
|
|
48
|
-
webscout/Provider/DARKAI.py,sha256=JpfFcPfd2kp15KSJ7GJ5Zy4zrwYQ_zHpqdFD2904Ii0,9065
|
|
49
|
-
webscout/Provider/Deepinfra.py,sha256=tdST5aQjaCs9_B5mrnrXmihDei73MjB-F8cpES-noc4,18756
|
|
50
|
-
webscout/Provider/Deepseek.py,sha256=jp8cZhbmscDjlXLCGI8MhDGORkbbxyeUlCqu5Z5GGSI,9210
|
|
51
|
-
webscout/Provider/DiscordRocks.py,sha256=AgpAofgHY8MMKYhuqhtwLM8qGiYatStc2Aa1XX-3PPU,15028
|
|
52
|
-
webscout/Provider/EDITEE.py,sha256=lwzMHVC9bvn_xkjOmahANuoRnP5t-an0LJdrqKOtRiQ,8362
|
|
53
|
-
webscout/Provider/Farfalle.py,sha256=zl2AD5NomuHCkW21tDfI1Z-KIlhiuQ32eiNM-1B4KWQ,9010
|
|
54
|
-
webscout/Provider/Gemini.py,sha256=V79nIi5vhPfvjlGYg5XuH6RfY7AyNnBqnJM-OBK99hE,8453
|
|
55
|
-
webscout/Provider/Groq.py,sha256=h_dPKwqXRwmgvmEmkDYKdXwrlI4Zm2vZuCnSMItoa2w,28662
|
|
56
|
-
webscout/Provider/Koboldai.py,sha256=KwWx2yPlvT9BGx37iNvSbgzWkJ9I8kSOmeg7sL1hb0M,15806
|
|
57
|
-
webscout/Provider/Llama.py,sha256=pqjpB09MFufImzTav1PwTWsukSCr3QiB-yFGJIIBAu8,8293
|
|
58
|
-
webscout/Provider/Llama3.py,sha256=UnSWyBMSkp4WAxU4zNI9VNsZY0aAOHvT7AK0xJlJW90,7559
|
|
59
|
-
webscout/Provider/NetFly.py,sha256=5lWjxe83lzXRJN5lAzntlWY7A0-NCiZiS2K7ZoyZc8w,10243
|
|
60
|
-
webscout/Provider/OLLAMA.py,sha256=g8ejBjEZN0zya-10-v_njADZ796Uxu4Nbj_gaNrlj5I,7374
|
|
61
|
-
webscout/Provider/Openai.py,sha256=SjfVOwY94unVnXhvN0Fkome-q2-wi4mPJk_vCGq5Fjc,20617
|
|
62
|
-
webscout/Provider/PI.py,sha256=IodVvGR_RIZpGJ0ypFF4U6NBMZAZ5O1BlRFMelot8so,8364
|
|
63
|
-
webscout/Provider/Perplexity.py,sha256=gUnXyVNbl6tWAqirwHEoPkjCzxpORcKxL77aoFKepBk,21485
|
|
64
|
-
webscout/Provider/Phind.py,sha256=_3y4CHn_uOsK6j2IP5n9RbnIAS6uTm5tI7IZccaDrMQ,39260
|
|
65
|
-
webscout/Provider/PizzaGPT.py,sha256=EiHSt0sK9kgmcIbBmkVtuniDvOrlhdi6zim5t_EZo30,7216
|
|
66
|
-
webscout/Provider/Poe.py,sha256=ObUxa-Fa2Dq7sJcV0hc65m09StS9uWsB2-bR2rSjXDY,7510
|
|
67
|
-
webscout/Provider/RUBIKSAI.py,sha256=HPY8klGBNVVkfAXb-RziNrEtJGItjiqbSyXKXTOIHW4,7954
|
|
68
|
-
webscout/Provider/Reka.py,sha256=F0ZXENkhARprj5biK3mRxwiuPH0BW3ga7EWsi8agbtE,8917
|
|
69
|
-
webscout/Provider/TeachAnything.py,sha256=-gx3wiqywMVmVKvVwU9mL6HTSTmux3fvI6tIiCZ22fU,6785
|
|
70
|
-
webscout/Provider/ThinkAnyAI.py,sha256=_qFjj0djxxrranyEY33w14oizyRjzlVwMv_hzvVtwNc,11616
|
|
71
|
-
webscout/Provider/Youchat.py,sha256=p4rIodsNP3qxA78VpzZwUymSAs-uADQ_9CKuf_Nf9Ng,9582
|
|
72
|
-
webscout/Provider/__init__.py,sha256=wUZ-XESz9WQDR7jg418pTT_7TDV00pDCTCaWLO5ZR1c,2200
|
|
73
|
-
webscout/Provider/ai4chat.py,sha256=UB77kWH5vxSqSpz7PPgM4FH0aDpGOpwHJEv42Fa1W_U,7798
|
|
74
|
-
webscout/Provider/felo_search.py,sha256=mYi1xW9egUMZ47bJb0MOD9364VLYgGJsOW2NQUbe190,9314
|
|
75
|
-
webscout/Provider/julius.py,sha256=ffm-9oeHYwuQMMkSXu_3ly0Xqvj-0Dh7DlatebCl1ls,10331
|
|
76
|
-
webscout/Provider/koala.py,sha256=x5OoT7hM8V-camPNMevqddHvfmzjKvLER2tpCDB6X4o,10059
|
|
77
|
-
webscout/Provider/liaobots.py,sha256=s2VxS4epBLVxoLCyQR0bdxiRm9Q6ZYUf019TC3xQCtM,10362
|
|
78
|
-
webscout/Provider/meta.py,sha256=3iBylmAk9d673Axvw6hFi0-0x_Fq7ZgtH_1j2_rcDwY,30715
|
|
79
|
-
webscout/Provider/turboseek.py,sha256=BNx_urbs6Ixr7SEOgL4Uo1iZdjYC7CxoefJcsN4LK6I,9138
|
|
80
|
-
webscout/Provider/xdash.py,sha256=KUDTEX8I0z72bIDi-w5Se7xmB_lbmaX7KlCmIl2ad4c,7925
|
|
81
|
-
webscout/Provider/yep.py,sha256=RbEBzHeEFxgfdnHXHuBny6NKHcYYYNA6bvTggvAzoLk,10399
|
|
82
|
-
webscout/Provider/TTI/PollinationsAI.py,sha256=ELMc92hYXzS1uFZtRB-tbFb39C3YqpxnfM8dVcucPE0,5485
|
|
83
|
-
webscout/Provider/TTI/__init__.py,sha256=AjvFaww2xI7_8CHgxfBZwSd0KyXK9CnWqOOfxJqe31s,55
|
|
84
|
-
webscout/Provider/TTI/deepinfra.py,sha256=o54__jLrP0OaiW7CHPCJISWQTuSwA8g-mSn60gRmTXA,5967
|
|
85
|
-
webscout/Provider/TTS/__init__.py,sha256=g19AOO1X9Qb-MNFpwhx5lODDWQiG7HxZCO9TmOYOHGc,54
|
|
86
|
-
webscout/Provider/TTS/streamElements.py,sha256=MpxAARlRpPbW7x3kA02YDHp7SCZueYYimoKlq-79N4k,8047
|
|
87
|
-
webscout/Provider/TTS/voicepod.py,sha256=S0u3-cAKCEIO36y21TRIYdnLAPv6Ey9y8E79bkLdx1E,4327
|
|
88
|
-
webscout-5.2.dist-info/LICENSE.md,sha256=9P0imsudI7MEvZe2pOcg8rKBn6E5FGHQ-riYozZI-Bk,2942
|
|
89
|
-
webscout-5.2.dist-info/METADATA,sha256=pn01cYo70uaTRHyBmkPZjCszS8RN6ayFb8s8a5OxnvQ,51351
|
|
90
|
-
webscout-5.2.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
91
|
-
webscout-5.2.dist-info/entry_points.txt,sha256=Hh4YIIjvkqB9SVxZ2ri4DZUkgEu_WF_5_r_nZDIvfG8,73
|
|
92
|
-
webscout-5.2.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
|
|
93
|
-
webscout-5.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|