Skip to content

wlib/duckgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckGo - API wrapper for DuckDuckGo

Gem Version

What it does

DuckGo is a RubyGem library and command line tool for searching with DuckDuckGo. By default, it puts out only the relevant information, but when told, it will dump all the data you could ask for. This tool aims to give access to most of the features from the official API.

Installation

Install with RubyGems:

  • sudo gem install duckgo

Then include this in your scripts:

require 'duckgo'
include DuckGo

# Your stuff here

API and Usage

Check out the documentation

Contribute

If you use and enjoy DuckGo...

Fork the project

About

DuckGo - API wrapper for DuckDuckGo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published