webscout 8.2.1__tar.gz → 8.2.7__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.

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