Skip to main content

bing search engine for python

Project description

bingsearchpy

bing search engine for python.

installation

pip install bingsearchpy

how to use

  • get random data
from bingsearchpy import engine

for i in engine.search('the most beautiful place in the world'):
    print(i['title'], i['link'])
data description
title title of websites
link website's link
  • get image
from bingsearchpy import engine

for i in engine.search_image('bali'):
    print(i['title'], i['link'])
data description
title image's name
link image's source
  • get video
from bingsearchpy import engine

for i in engine.search_video('bandung'):
    print(i['title'], i['snippet_video'], i['detail_video'])
data description
title video's name
snippet_video short video
detail_video the place of origin of the video

that's it all 😎

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bingsearchpy-0.7.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page