Git Product home page Git Product logo

bingpy's Introduction

bingpy

Python Bing Search API (2014)

python3 branch includes bingpy for python3 thanks to Tomtomgo

Install

pip install bingpy

OR

pip install git+https://github.com/mpkato/bingpy.git

For python3

pip install git+https://github.com/mpkato/bingpy@python3

Usage

Get your API Key at https://datamarket.azure.com/dataset/bing/search

from bingpy import WebSearch
web = WebSearch("YOUR_API_KEY")
pages = web.search("kyoto", 20)
for page in pages:
    print page.title

bingpy's People

Stargazers

 avatar Arjen P. de Vries avatar Ziyang Liao avatar Angus H. avatar Tom Aizenberg avatar mitsuo yamamoto avatar Hassan Abedi avatar

Watchers

James Cloos avatar Makoto P. Kato avatar  avatar

Forkers

tomtomgo

bingpy's Issues

Number of returned results isn't correct

Hi everyone,
I've got a problem, when I use bingpy's search method to get the top 1000 results for a particular term(like "flowers") from Bing most of the time it returns fewer results than 1000(almost always it returns about 400 or 500 top results). Any bugs that may've caused this?!
Regards.

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.