webscout 1.0.0__py3-none-any.whl → 1.0.1__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/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.0.0" # Replace with your actual version number
1
+ __version__ = "1.0.1" # Replace with your actual version number
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webscout
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Search for words, documents, images, news, maps, and text translation using the DuckDuckGo.com search engine.
5
5
  Home-page: https://github.com/HelpingAI/webscout
6
- Author: deedy5
6
+ Author: HepingAI
7
7
  Author-email: koulabhay25@gmail.com
8
8
  Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: License :: OSI Approved :: MIT License
@@ -58,39 +58,11 @@ pip install -U webscout
58
58
 
59
59
  ## CLI version
60
60
 
61
- ```python3
62
- ddgs --help
63
- ```
64
- or
65
61
  ```python3
66
62
  python -m webscout --help
67
63
  ```
68
64
 
69
65
  CLI examples:
70
- ```python3
71
- # text search
72
- ddgs text -k "ayrton senna"
73
- # text search via proxy (example: Tor Browser)
74
- ddgs text -k "china is a global threat" -p socks5://localhost:9150
75
- # find and download pdf files
76
- ddgs text -k "russia filetype:pdf" -m 50 -d
77
- # find in es-es region and download pdf files via proxy (example: Tor browser)
78
- ddgs text -k "embajada a tamorlán filetype:pdf" -r es-es -m 50 -d -p socks5://localhost:9150
79
- # find and download xls files from a specific site
80
- ddgs text -k "sanctions filetype:xls site:gov.ua" -m 50 -d
81
- # find and download any doc(x) files from a specific site
82
- ddgs text -k "filetype:doc site:mos.ru" -m 50 -d
83
- # find and download images
84
- ddgs images -k "yuri kuklachev cat theatre" -m 500 -s off -d
85
- # find in br-br region and download images via proxy (example: Tor browser) in 10 threads
86
- ddgs images -k "rio carnival" -r br-br -s off -m 500 -d -th 10 -p socks5://localhost:9150
87
- # get latest news
88
- ddgs news -k "ukraine war" -s off -t d -m 10
89
- # get last day's news and save it to a csv file
90
- ddgs news -k "hubble telescope" -t d -m 50 -o csv
91
- # get answers and save to a json file
92
- ddgs answers -k holocaust -o json
93
- ```
94
66
  [Go To TOP](#TOP)
95
67
 
96
68
  ## Duckduckgo search operators
@@ -4,12 +4,12 @@ webscout/cli.py,sha256=9R8OHJdSVS_koqGLJm70GFwWYQzqgTxuI_zt77JG_p8,17757
4
4
  webscout/exceptions.py,sha256=GSidNXKbT3wjrny3hSb9s9t3OeLxU0Rv3IHyn-JSi6M,91
5
5
  webscout/models.py,sha256=5iQIdtedT18YuTZ3npoG7kLMwcrKwhQ7928dl_7qZW0,692
6
6
  webscout/utils.py,sha256=sIZ466_XgoLcd6IC-GgwzU1cSo2WwfEhKe1FKMMYImw,1658
7
- webscout/version.py,sha256=pqFP1kZLzWI6kvJ-NjY-bhEQKT2UvH1B18Z6p3x9wXA,64
7
+ webscout/version.py,sha256=fDWEP_EVw2rL2dZSwfyI9nyS3loPpiUud0NbA2Oq2HM,64
8
8
  webscout/webscout_search.py,sha256=4GkRW7ruRHJAxsRzYHkwSi63ege4Swms--zrVUQNOJI,2640
9
9
  webscout/webscout_search_async.py,sha256=LbrSMBCyplBspJagbrSQ6yjtScXrRIHNO5HZTOtasoI,35186
10
- webscout-1.0.0.dist-info/LICENSE.md,sha256=ple694nFBJxLq83VmOoXLaKHCuN6Zmx4BbcMMLjAWmc,1087
11
- webscout-1.0.0.dist-info/METADATA,sha256=JlIIZGvMCaPLa9hViDPxMLh6JipkzS5n5Y_tyK2gpa8,19673
12
- webscout-1.0.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
- webscout-1.0.0.dist-info/entry_points.txt,sha256=0RXrvIkLYLKfJnTn3_5Iv139Wc8qh_AUVhfIzqmZns8,42
14
- webscout-1.0.0.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
15
- webscout-1.0.0.dist-info/RECORD,,
10
+ webscout-1.0.1.dist-info/LICENSE.md,sha256=ple694nFBJxLq83VmOoXLaKHCuN6Zmx4BbcMMLjAWmc,1087
11
+ webscout-1.0.1.dist-info/METADATA,sha256=FR_EiUsf9qRqHYLZOqfXXFGOePwnhvo6Icj5TsJBIlM,18481
12
+ webscout-1.0.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
13
+ webscout-1.0.1.dist-info/entry_points.txt,sha256=0RXrvIkLYLKfJnTn3_5Iv139Wc8qh_AUVhfIzqmZns8,42
14
+ webscout-1.0.1.dist-info/top_level.txt,sha256=nYIw7OKBQDr_Z33IzZUKidRD3zQEo8jOJYkMVMeN334,9
15
+ webscout-1.0.1.dist-info/RECORD,,