Giter Club home page Giter Club logo

bing-search's People

Contributors

jonahb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bing-search's Issues

End Of Life coming soon for this api's endpoint

I wasn't sure if anyone was still actively maintaining this repo. Wanted to doublecheck about possibility of someone working on the changes that will be necessary due to the Bing Search END OF LIFE coming up in less than a week.

-Bob

(below is from email I received yesterday)

End of life for the Azure Data Market "Bing Search" and "Bing Web Results Only" API offerings will take place on December 15, 2016.

ACTION:

  • Please upgrade to Microsoft Cognitive Services Search API before December 15, 2016.
  • Cancel your existing Azure Data Market subscription

If you choose not to upgrade to the new API offering, you will automatically lose access to your existing Bing Search or Bing Web Results Only Azure subscriptions at 5:00 PM Pacific Time on December 15, 2016 and calls to these API endpoints will no longer return any data.

Webcast - How to move from Bing Search API V2 to Cognitive Services
Our team is here to help you migrate to the Microsoft Cognitive Services Search API. In October, we hosted a webcast that walks you through the process. You can view a recording of the webcast at https://infopedia.eventbuilder.com/event?eventid=i5d7n8.

Note: To view the video, click the "Register" button and enter your details.

Support
Also, we have developed resources to help guide you through the process:

Migration Guide -https://msdn.microsoft.com/en-US/library/mt707570.aspx

FAQ - See the updated FAQ with Azure Data Market subscription information

If you have any questions, please reach out to the Azure Support via User Voice.-

Thank you!

The Bing Team
Microsoft Corporation

Cannot search due to SSLV3 error on ruby 2.2.0

The following error is returned when trying to do a web search. Do you know of an easy fix? Thanks.

initializing bing search
C:/Ruby22-x64/lib/ruby/2.2.0/net/http.rb:923:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

BingSearch::ServiceError: Bing error 401: The authorization type you provided is not supported. Only Basic and OAuth are supported

Hi Jonah,

Thanks for creating this gem. I signed up with my account key on Azure and installed the gem.

I opened a "rails console" window and ran:

  1. BingSearch.account_key = 'my-account-key'
  2. results = BingSearch.web('travis')

Response is:
BingSearch::ServiceError: Bing error 401: The authorization type you provided is not supported. Only Basic and OAuth are supported

Unsure if something changed in their authentication scheme since the gem was created or if this is user error. Thoughts?

authorization type is not supported

I tried using the API and I get this error:

BingSearch::ServiceError Exception: Bing error 401: The authorization type you provided is not supported. Only Basic and OAuth are supported

Here is the code.

#BingSearch.account_key = "#{account_key}"
client = BingSearch::Client.new(account_key: "#{account_key}", web_only: true)
results = client.web('url:https://www.google.com')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.