Skip to main content

Make qwant search easy

Project description

#My qwant toolbox

Qwant is search context-independet and non-spying engine
* Better for e-commerce search than Google
* Free. Using on industrial scale
requires proxy that is way cheeper than google
* Available for multithreading
* Context-independet, that means a consistent output for you queries

import qwant

qwant.search("Barbie doll") 

#get only items of search. 10 by default
qwant.items("Barbie doll")

#but you can get more. It's done with multiple requests
qwant.items("Barbie doll",count=100)

#you can set web site of search
qwant.items("site:allegro.pl/oferta/ Barbie doll")

#add your proxy
session={<define your session here>}
qwant.items("site:allegro.pl/oferta/ Barbie doll",session=session)

#you can use luminati so EVERY request would be done from different IP
import luminati
session = luminati.session("<login>", "<password>")
qwant.items("site:allegro.pl/oferta/ Illuminati doll",session=session)

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

qwant-0.1.4.2.tar.gz (15.4 kB view details)

Uploaded Source

File details

Details for the file qwant-0.1.4.2.tar.gz.

File metadata

  • Download URL: qwant-0.1.4.2.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3

File hashes

Hashes for qwant-0.1.4.2.tar.gz
Algorithm Hash digest
SHA256 29c0fe106e6f7675720c6211c32ecb9fcb42d3cf8c1950842eea9a856146a81e
MD5 cf235e7badd6006a427364417137cf7d
BLAKE2b-256 4d37faa97f2b02130a3acddad95482423e1bcec32f7f1e9b4e17667f427120f7

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