webscout 1.3.2__py3-none-any.whl → 1.3.3__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/__init__.py CHANGED
@@ -11,7 +11,7 @@ from .version import __version__
11
11
  from .DWEBS import DeepWEBS
12
12
  from .transcriber import transcriber
13
13
  from .voice import play_audio
14
- from .LLM import LLM
14
+
15
15
 
16
16
  __repo__ = "https://github.com/OE-LUCIFER/Webscout"
17
17
 
webscout/version.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "1.3.2"
1
+ __version__ = "1.3.3"
2
2
 
webscout/webai.py CHANGED
@@ -2184,15 +2184,7 @@ class Gpt4free:
2184
2184
  total=amount,
2185
2185
  visible=quiet == False,
2186
2186
  )
2187
- imager = Imager(timeout=timeout, proxies=proxy if proxy else {})
2188
- for image in imager.generate(
2189
- prompt=prompt,
2190
- amount=amount,
2191
- additives=no_additives == False,
2192
- stream=True,
2193
- ):
2194
- imager.save([image], name=name, dir=directory)
2195
- progress.update(task, advance=1)
2187
+
2196
2188
 
2197
2189
 
2198
2190
  class Utils:
@@ -2217,16 +2209,16 @@ class Utils:
2217
2209
  """Install latest version of webscout"""
2218
2210
  if dev:
2219
2211
  source = "git+" + webscout.__repo__ + ".git"
2220
- source = "python-tgpt" if source is None else source
2212
+ source = "webscout" if source is None else source
2221
2213
  assert (
2222
2214
  "tgpt" in source or source == "."
2223
2215
  ), f"Cannot update webscout from the source '{source}'"
2224
2216
  click.secho(
2225
- f"[*] Updating from '{'pip' if source=='python-tgpt' else source}'",
2217
+ f"[*] Updating from '{'pip' if source=='webscout' else source}'",
2226
2218
  fg="yellow",
2227
2219
  )
2228
2220
  this.run_system_command(f"{sudo or ''}pip install --upgrade {source}")
2229
- response = this.run_system_command("pip show python-tgpt")[1]
2221
+ response = this.run_system_command("pip show webscout")[1]
2230
2222
  click.secho(response.stdout)
2231
2223
  click.secho("Congratulations! webscout updated successfully.", fg="cyan")
2232
2224
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Search for words, documents, images, videos, news, maps and text translation using the Google, DuckDuckGo.com, yep.com, phind.com, you.com, etc Also containes AI models, can transcribe yt videos and have TTS support
5
5
  Author: OEvortex
6
6
  Author-email: helpingai5@gmail.com
@@ -16,7 +16,7 @@ webscout/AIutel.py,sha256=j8NY4AgJbq3YLosX2R3QShtmjIM0UivXS_iCoMSIZiY,24126
16
16
  webscout/DWEBS.py,sha256=QT-7-dUgWhQ_H7EVZD53AVyXxyskoPMKCkFIpzkN56Q,7332
17
17
  webscout/HelpingAI.py,sha256=YeZw0zYVHMcBFFPNdd3_Ghpm9ebt_EScQjHO_IIs4lg,8103
18
18
  webscout/LLM.py,sha256=CiDz0okZNEoXuxMwadZnwRGSLpqk2zg0vzvXSxQZjcE,1910
19
- webscout/__init__.py,sha256=OOnFV-M4YkzpzMor_42RHbBFidy9NWrTgbJ2ODQ7eWw,977
19
+ webscout/__init__.py,sha256=rUXt0AOHdvrt53bAswMWToZ2bvqQ4of93xKd4xGl0uY,957
20
20
  webscout/__main__.py,sha256=ZtTRgsRjUi2JOvYFLF1ZCh55Sdoz94I-BS-TlJC7WDU,126
21
21
  webscout/cli.py,sha256=F888fdrFUQgczMBN4yMOSf6Nh-IbvkqpPhDsbnA2FtQ,17059
22
22
  webscout/exceptions.py,sha256=4AOO5wexeL96nvUS-badcckcwrPS7UpZyAgB9vknHZE,276
@@ -24,14 +24,14 @@ webscout/g4f.py,sha256=9ovf-gLMDC3Bt6zGrwmZ3_PJh5fSVR4ipOlsaYxbgU0,16358
24
24
  webscout/models.py,sha256=5iQIdtedT18YuTZ3npoG7kLMwcrKwhQ7928dl_7qZW0,692
25
25
  webscout/transcriber.py,sha256=EddvTSq7dPJ42V3pQVnGuEiYQ7WjJ9uyeR9kMSxN7uY,20622
26
26
  webscout/utils.py,sha256=c_98M4oqpb54pUun3fpGGlCerFD6ZHUbghyp5b7Mwgo,2605
27
- webscout/version.py,sha256=M1Td5s3GIeuSLllLIgV1S7hL3ooGv_R6ahu1mybkXAI,25
27
+ webscout/version.py,sha256=EBB5uHyxxWvfz74zmklK5pUUb8DUYMAu8yaJy9KwDEU,25
28
28
  webscout/voice.py,sha256=1Ids_2ToPBMX0cH_UyPMkY_6eSE9H4Gazrl0ujPmFag,941
29
- webscout/webai.py,sha256=Kkbdg1jH5VviLAFqdpqb3hv1Ptgi3UyiAFJFGvqFk7k,74262
29
+ webscout/webai.py,sha256=DdBuz2B_V1M-OIt6dPAn5LV0eNFBWn2hTP2cJy2qklI,73868
30
30
  webscout/webscout_search.py,sha256=3_lli-hDb8_kCGwscK29xuUcOS833ROgpNhDzrxh0dk,3085
31
31
  webscout/webscout_search_async.py,sha256=Y5frH0k3hLqBCR-8dn7a_b7EvxdYxn6wHiKl3jWosE0,40670
32
- webscout-1.3.2.dist-info/LICENSE.md,sha256=mRVwJuT4SXC5O93BFdsfWBjlXjGn2Np90Zm5SocUzM0,3150
33
- webscout-1.3.2.dist-info/METADATA,sha256=3lv1MpstUsN8doyAlMKv19dV2KkIRtUtE9JhQut95sk,30440
34
- webscout-1.3.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
35
- webscout-1.3.2.dist-info/entry_points.txt,sha256=8-93eRslYrzTHs5E-6yFRJrve00C9q-SkXJD113jzRY,197
36
- webscout-1.3.2.dist-info/top_level.txt,sha256=OD5YKy6Y3hldL7SmuxsiEDxAG4LgdSSWwzYk22MF9fk,18
37
- webscout-1.3.2.dist-info/RECORD,,
32
+ webscout-1.3.3.dist-info/LICENSE.md,sha256=mRVwJuT4SXC5O93BFdsfWBjlXjGn2Np90Zm5SocUzM0,3150
33
+ webscout-1.3.3.dist-info/METADATA,sha256=VguyWlPTREI2JlEi3pMK1CPD1-JJjGabRqYmdxSd73k,30440
34
+ webscout-1.3.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
35
+ webscout-1.3.3.dist-info/entry_points.txt,sha256=8-93eRslYrzTHs5E-6yFRJrve00C9q-SkXJD113jzRY,197
36
+ webscout-1.3.3.dist-info/top_level.txt,sha256=OD5YKy6Y3hldL7SmuxsiEDxAG4LgdSSWwzYk22MF9fk,18
37
+ webscout-1.3.3.dist-info/RECORD,,