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 details)

Uploaded Source

File details

Details for the file bingsearchpy-0.7.tar.gz.

File metadata

  • Download URL: bingsearchpy-0.7.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for bingsearchpy-0.7.tar.gz
Algorithm Hash digest
SHA256 c2c4c025f337a610b3441ff67f5e9d78ea6aa7111e0c41ccd62139f7fb55aebe
MD5 338fc7108c7a744e41f3fab9d685e4a1
BLAKE2b-256 4de5bd940e555f74798241d0537151bcca9194e514e112deb4b13beb07ba0a7e

See more details on using hashes here.

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