1DUCKDUCKGO(1) User Contributed Perl Documentation DUCKDUCKGO(1)
2
3
4
6 duckduckgo - Command line tool to use the DuckDuckGo API
7
9 version 0.008
10
12 duckduckgo facebook
13
14 duckduckgo --batch facebook
15
16 duckduckgo duck duck go
17
18 DESCRIPTION
19 This application queries the DuckDuckGo API
20 <http://www.duckduckgo.com/api.html> and displays the result in a nice
21 human-readable way or in a batch mode which could be used by a
22 shellscript to automatically work with the DuckDuckGo API results.
23
24 The --batch parameter tells the application to display the data in a
25 more machine readable form.
26
27 The --forcesecure parameter tells the application to not fall back to
28 http if the https request failed.
29
30 The startup of the application takes some milliseconds longer cause of
31 the compile overhead by Moose. If you want to use a huge bunch of
32 queries, you should consider Learning Perl <http://learn.perl.org/>,
33 best directly the modern way with the free Modern Perl Book
34 <http://www.onyxneon.com/books/modern_perl/index.html> available as PDF
35 <http://www.onyxneon.com/books/modern_perl/modern_perl_letter.pdf>.
36 Then you can use the distribution WWW::DuckDuckGo directly todo faster
37 a bigger amount of queries
38
40 Torsten Raudssus <torsten@raudssus.de>
41
43 This software is copyright (c) 2013 by DuckDuckGo Inc.
44 <https://duckduckgo.com/>.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.28.1 2019-02-02 DUCKDUCKGO(1)