DuckDuckGo Image Search Results - using Python !
Project description
DuckDuckGo Image Search API
DuckDuckGo Image Search API is a python application for programmatically downloading DuckDuckGo Image Search Results. This is for educational purposes only ! Forked from https://github.com/deepanprabhu/duckduckgo-images-api, I just updated it so it works with Python 3+
Installation
pip install duckduckgo-images-api
Usage
from duckduckgo_images_api import search
results = search("nike")
And results will have the following keys ads, query, queryEncoded, response_type, results, vqd.
To get the the image urls, run
print([r["url"] for r in results["results"]])
License
Developer Connect
If you are a passionate developer looking to collaborate on interesting projects, feel free to connect through a PR in this project.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file duckduckgo_images_api-1.0.0.tar.gz.
File metadata
- Download URL: duckduckgo_images_api-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6308b09337972ce36bda34795c3e9f48ca70571c24ec7d0e5b3671cfc1e9a5b1
|
|
| MD5 |
5661f389413359cfc8ff620f27438617
|
|
| BLAKE2b-256 |
012624c9b29e8d2fd6948a2984867b0783de625e7ccd9ed0fe9e39000d512bd1
|
File details
Details for the file duckduckgo_images_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: duckduckgo_images_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c658757d47ace88298fc857bc696e586c7c0d8c7c08a6a01653e32133547dde6
|
|
| MD5 |
af935d974a3351f629488e92b5f55534
|
|
| BLAKE2b-256 |
b30c36a1f1303e391fcdcdb994f5f6f151f70b9af4444c22542b55f29387b6d1
|