Project

duckgo

0.0
No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.13
~> 10.0
 Project Readme

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