Skip to main content

unsplash srape tool

Project description

unsplash_get

Script for scraping unsplash. Only for educational purposes.

Install

.. code-block:: python

pip install unsplash_get

Usage from python

.. code-block:: python

from unsplash_get import search, save_img

# get list of urls
word = 'orange'
urls = search(word)

# store images if needed
for key, url in enumerate(urls[:10]):
    file = '{}_{:03}.jpg'.format(word, key)
    save_img(url, file)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

unsplash_get-0.1.0-py3.7.egg (4.3 kB view hashes)

Uploaded Source

unsplash_get-0.1.0-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

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