Giter Site home page Giter Site logo

Comments (7)

MBtech avatar MBtech commented on July 17, 2024 1

Adding images through Bing search might be cool. It would be interesting to see how much results differ. I wonder if there is a way to quantify the quality of result from each of the search engine (though that's irrelevant in this case)

from googliser.

teracow avatar teracow commented on July 17, 2024 1

Work on this has begun. :)

from googliser.

teracow avatar teracow commented on July 17, 2024

Interesting: just noticed this at the bottom of Yahoo Images:

Powered by Bing™

Maybe we should add Bing instead?

from googliser.

teracow avatar teracow commented on July 17, 2024

from Wikipedia

In January 2010, Microsoft announced a deal in which it would take over the functional operation of Yahoo! Search, and set up a joint venture to sell advertising on both Yahoo! Search and Bing known as the Microsoft Search Alliance.

In April 2015, the Microsoft partnership was modified, now only requiring Bing results on the "majority" of desktop traffic, opening the ability for Yahoo to enter into non-exclusive deals for search services on mobile platforms and the remainder of desktop traffic. The amendment also gives either company the ability to terminate the contract with four months' notice. In October 2015, Yahoo subsequently reached an agreement with Google to provide services to Yahoo Search through the end of 2018, including advertising, search, and image search services.[14][15][16]As of October 2019, Yahoo! Search is once again “powered by Bing”.

from googliser.

teracow avatar teracow commented on July 17, 2024

A quick-and-dirty (i.e. can easily be improved upon) link scraper for Bing image results:

cat "$pages_pathfile" \
| sed 's|murl":"http|\n&|g' \
| sed 's|turl|\n&|g' \
| grep murl \
| sed 's|^murl":"||' \
| sed '/&amp/d' \
| sed '/^var /d' \
| sed 's|&quot.*||' \
> "$image_links_pathfile"

from googliser.

MBtech avatar MBtech commented on July 17, 2024

from Wikipedia

In January 2010, Microsoft announced a deal in which it would take over the functional operation of Yahoo! Search, and set up a joint venture to sell advertising on both Yahoo! Search and Bing known as the Microsoft Search Alliance.

In April 2015, the Microsoft partnership was modified, now only requiring Bing results on the "majority" of desktop traffic, opening the ability for Yahoo to enter into non-exclusive deals for search services on mobile platforms and the remainder of desktop traffic. The amendment also gives either company the ability to terminate the contract with four months' notice. In October 2015, Yahoo subsequently reached an agreement with Google to provide services to Yahoo Search through the end of 2018, including advertising, search, and image search services.[14][15][16]As of October 2019, Yahoo! Search is once again “powered by Bing”.

I was familiar with the fact that for a long while Yahoo Search had been powered by Bing (ever since Yahoo's decline) but didn't know they underwent a non-exclusive deal later one.

from googliser.

teracow avatar teracow commented on July 17, 2024

I'm happy to start adding support for searching Bing, but it will probably happen slowly. I suspect there will be a fair bit of refactoring to deal with differences between Google Images and Bing, and some overlap too.

from googliser.

Related Issues (20)

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.