{"id":25470360,"url":"https://github.com/thinkphp/binger","last_synced_at":"2025-07-18T11:12:12.899Z","repository":{"id":7443443,"uuid":"8784633","full_name":"thinkphp/binger","owner":"thinkphp","description":"A simple gem that provides an interface to Microsoft's Bing Search API.","archived":false,"fork":false,"pushed_at":"2013-03-15T16:55:39.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T13:06:24.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/binger","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinkphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-14T20:26:23.000Z","updated_at":"2013-10-11T15:57:48.000Z","dependencies_parsed_at":"2022-09-02T14:51:11.553Z","dependency_job_id":null,"html_url":"https://github.com/thinkphp/binger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thinkphp/binger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fbinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fbinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fbinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fbinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkphp","download_url":"https://codeload.github.com/thinkphp/binger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fbinger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265747298,"owners_count":23821864,"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":[],"created_at":"2025-02-18T08:33:05.312Z","updated_at":"2025-07-18T11:12:12.871Z","avatar_url":"https://github.com/thinkphp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binger\n\nA simple gem that provides a client to Microsoft's Bing Search API v2 using HTTP GET.\n\n# Install \u003e gem install binger\n\n# Usage\n\n```\nrequire 'binger'\n\nbing = Bing.new(\"49EB4B94127F7C7836C96DEB3F2CD8A6D12BDB71\")\n\nresults = bing.search(q=\"MooTools\",sources=\"web\")\n\nf = File.open(\"output.txt\",'w')    \n\nf.puts results['SearchResponse'][\"Web\"][\"Results\"]\n\nputs results\n```\n\n# Installation manually\n\n```\n$ git clone git://github.com/thinkphp/binger.git\n$ cd binger\n$ gem build binger.gemspec\n$ gem install ./binger-0.1.0.gem\n$ irb\n$ irb(main):001:0\u003e require 'binger'\n$ =\u003e true\n$ irb(main):002:0\u003e Bing.new('your-api-key')\n$ =\u003e #\u003cBing:0xffb4ae0 @api_key=\"your-api-key\"\u003e\n$ irb(main):003:0\u003e exit\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fbinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkphp%2Fbinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fbinger/lists"}