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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29c0fe106e6f7675720c6211c32ecb9fcb42d3cf8c1950842eea9a856146a81e |
|
MD5 | cf235e7badd6006a427364417137cf7d |
|
BLAKE2b-256 | 4d37faa97f2b02130a3acddad95482423e1bcec32f7f1e9b4e17667f427120f7 |