Skip to main content

Query popular search engines and get results easily

Project description

searchenginepy

search engine for python (Query and scrape search engines)

How to use?

Installation

pip install searchenginepy

Importing

import SearchEngine from searchenginepy
engine=SearchEngine()

Usage

list=engine.search("search query")

Example

list=engine.google("search query")

using google to search a query

Using a specific search engine

google

from searchenginepy.Google import Google
list=Google().search("search query")

Bing

from searchenginepy.Bing import Bing
list=Bing().search("search query")

Brave

from searchenginepy.Brave import Brave
list=Brave().search("search query")

DuckDuckGo

from searchenginepy.DuckDuckGo import DuckDuckGo
list=DuckDuckGo().search("search query")

Supported search engines

  • Google
  • Bing
  • DuckDuckGo
  • Brave

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

searchenginepy-0.1.6.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file searchenginepy-0.1.6.tar.gz.

File metadata

  • Download URL: searchenginepy-0.1.6.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for searchenginepy-0.1.6.tar.gz
Algorithm Hash digest
SHA256 b5d5f63f66f090bcf3f029046280a57368b455454c0157de56b5992a760fa701
MD5 6cf38293a548759f024f128cf2dc3b7a
BLAKE2b-256 410001a13b7fbdb768f813cd749212f5077318b228b02e99d78ef78cd0349d2f

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