mikedemers / rbing

a Ruby library for Microsoft's Bing search API
http://9astronauts.com/code/ruby/rbing
MIT License
28 stars 21 forks source link

rbing needs to be updated to support the new Bing API #8

Closed sdball closed 5 years ago

sdball commented 12 years ago

From their migration doc, here are the changes that need to happen.

travisp commented 12 years ago

@sdball, There are a couple forks around to deal with this as I suspect this project has been abandoned.

This one is based on the "web only" endpoint:

https://github.com/KellyMahan/rbing/tree/azure

And I just created one based on that fork, but which instead uses the regular search api and so allows non-web searches:

https://github.com/travisp/rbing/tree/features/azure

Hope this helps you and others who come across it.

sdball commented 12 years ago

@travisp Thanks for the heads up on those projects. I ended up just coding my own interface to the Bing web results for the time being, but was hoping that gem would be updated.

How about a pull request of the update back to here?

mnort9 commented 10 years ago

+1