{"id":21986512,"url":"https://github.com/alvations/rubberduck","last_synced_at":"2025-04-30T08:10:29.022Z","repository":{"id":57463117,"uuid":"80800723","full_name":"alvations/rubberduck","owner":"alvations","description":"Yet another Python API to DuckDuckGo Instant Answer API.","archived":false,"fork":false,"pushed_at":"2018-02-22T07:12:14.000Z","size":14,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T16:07:52.096Z","etag":null,"topics":["api","duckduckgo","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-03T05:40:43.000Z","updated_at":"2022-09-19T11:14:54.000Z","dependencies_parsed_at":"2022-09-12T15:03:28.522Z","dependency_job_id":null,"html_url":"https://github.com/alvations/rubberduck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Frubberduck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Frubberduck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Frubberduck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Frubberduck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvations","download_url":"https://codeload.github.com/alvations/rubberduck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666283,"owners_count":21624293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","duckduckgo","python"],"created_at":"2024-11-29T18:19:12.966Z","updated_at":"2025-04-30T08:10:29.004Z","avatar_url":"https://github.com/alvations.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rubberduck\n====\n\nYet another Python API to DuckDuckGo Instant Answer API.\n\n\nInstall\n====\n\n```\npip install -U rubberduck\n```\n\nUsage / Options\n====\n\n```\nUsage:\n    rbd.py --help\n    rbd.py QUERY...\n    rbd.py [--disambiguate|--related|--json] [--url|--launch] [--save \u003coutfile\u003e] QUERY...\n    rbd.py [--url|--launch] [--save \u003coutfile\u003e] [--bang \u003cbang\u003e] QUERY...\n\nOption:\n    -h --help               Show this screen.\n    -m --disambiguate       Returns the disambiguated results.\n    -r --related            Returns the related results.\n    -u --url                Return the result URL.\n    -l --launch             Open the result URL in a new browswer tab.\n    -s --save \u003coutfile\u003e     Saves the JSON/HTML result to file.\n    -b --bang \u003cbang\u003e        Returns the redirected page from DuckDuckGo !bang, see https://duckduckgo.com/bang.\n    -j --json               Return the JSON responses from DuckDuckGo Instant Answer API.\n```\n\n\nOS Specific\n====\n\n**Linux**:\n\n```\ngit clone https://github.com/alvations/rubberduck.git\ncd rubberduck/\npython rbd.py rubberduck           # Prints: Rubberduck is a fictional character in the DC Comics universe, an anthropomorphic duck. ...\npython rbd.py rubber duck          # Prints: Your query was ambiguous, try the -m option or please be more specific ...\npython rbd.py -m rubber duck       # Prints: A rubber duck is a toy shaped like a stylized duck, generally yellow with a flat base. ...\npython rbd.py -u rubber duck       # Prints: https://en.wikipedia.org/wiki/Rubber_duck_(disambiguation)\npython rbd.py -l rubber duck       # Launch a new tab in your browser to https://en.wikipedia.org/wiki/Rubber_duck_(disambiguation)\npython rbd.py -l -m rubber duck    # Launch a new tabe in your browser to https://en.wikipedia.org/wiki/Rubber_duck\npython rbd.py what is the day today?            # Prints today's date.\npython rbd.py what is the meaning of life?      # Prints: The meaning of life ... pertains to the significance of living or existence in general. ...\npython rbd.py -u -b wtionary rubberduck  # Prints: https://en.wiktionary.org/wiki/rubber_duck\npython rbd.py -l -b wtionary rubberduck  # Launch a new tabe to https://en.wiktionary.org/wiki/rubber_duck\npython rbd.py -l -b google what is the answer to life the universe and everything         # Launch a new tab to https://encrypted.google.com/search?hl=en\u0026q=what%20is%20the%20answer%20to%20life%20the%20universe%20and%20everything\n```\n\n**Mac OSX**:\n\n```\nrbd rubberduck           # Prints: Rubberduck is a fictional character in the DC Comics universe, an anthropomorphic duck. ...\nrbd rubber duck          # Prints: Your query was ambiguous, try the -m option or please be more specific ...\nrbd -m rubber duck       # Prints: A rubber duck is a toy shaped like a stylized duck, generally yellow with a flat base. ...\nrbd -u rubber duck       # Prints: https://en.wikipedia.org/wiki/Rubber_duck_(disambiguation)\nrbd -l rubber duck       # Launch a new tab in your browser to https://en.wikipedia.org/wiki/Rubber_duck_(disambiguation)\nrbd -l -m rubber duck    # Launch a new tabe in your browser to https://en.wikipedia.org/wiki/Rubber_duck\nrbd what is the day today?            # Prints today's date.\nrbd what is the meaning of life?      # Prints: The meaning of life ... pertains to the significance of living or existence in general. ...\nrbd -u -b wtionary rubberduck  # Prints: https://en.wiktionary.org/wiki/rubber_duck\nrbd -l -b wtionary rubberduck  # Launch a new tabe to https://en.wiktionary.org/wiki/rubber_duck\nrbd -l -b google what is the answer to life the universe and everything         # Launch a new tab to https://encrypted.google.com/search?hl=en\u0026q=what%20is%20the%20answer%20to%20life%20the%20universe%20and%20everything\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvations%2Frubberduck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvations%2Frubberduck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvations%2Frubberduck/lists"}