Skip to content

abhishek-aar-zz/unsplash-qldl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unsplash-qldl

A Query Link Downloader for https://unsplash.com/
Written in: Python

DISCLAIMER
  • This project is done only for educational purpose
  • If you are interested in creating any web scraper, you can learn through my projects
  • I am not responsible for any future controversies/copyright issues
  • Making use of my project for any illegal activities does not count as my responsibility

Instruction Video on Youtube.

Shall be released soon.

What is qldl?

qldl is a acronym for Query Link Downloader.
Here, you get links of images. Later these links are used to download using third party apps.

Why we use IDM?

Here we use Internet Download Manager to download with blazing speed. Since it is meant to download, it has tonnes of features to use.

What is it?

It is a python based downloader used to download high quality images from [www.unsplash.com] official site.

Why is it in python?

Since python is one of the programming languages which is very popular and very powerful. We use python for our tool's development.


Prerequisite

  • Firstly you need python in your computer.
  • Download these modules: requests, Beautifulsoup, urllibs, click
  • Run the given commands on windows command-line. This instruction is particularly for Windows user. If you use any other machine, please see the documentations of the following modules.
pip install requests
pip install beautifulsoup4
pip install urllib3
pip install click

Download a database related to a query

  1. Download the files as it is.
  2. Open command prompt from the directory in which your downloaded files are present.
  3. Use the given command to download:
    python unsplash-qldl.py --query [search for something]
    For example:
    python unsplash-qldl.py --query nature
  4. OR you can simply do this:
    python unsplash-qldl.py
    screenshot
  5. You will get a text file containing urls of the query. Copy the urls to your clipboard.
  6. Open IDM on your computer, go to Tasks >> Add batch download from clipboard >> Select all >> Download

Thank You

About

A Query Link Downloader for https://www.unsplash.com [command-line interface]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages