Skip to content

This is a python package with selenium scripts to automate downloading of free stock images/videos from Unsplash.com, for fun, design and productivity.

License

Notifications You must be signed in to change notification settings

devmnj/unsplashbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unsplashbot

Python package

This is a automation scripts whihc using selenium package and Webdriver. You can search and download stock free image/resources from unsplash.com, in a single line of brilliant python code

Requirements

  • Python 3.7 or later
  • Windows/Linux/Mac
  • Python Modules
    • Selenium
    • webdriver-manager

On Windows

In Windows you can just install the pacakge from github git with pip command as follows

# Install the package
pip install unsplashbot
or
pip install git+https://github.com/manojap/unsplashbot.git

from unsplashbot import unsplash
unsplash.search().filter_by_tag('flower')
unsplash.search().find('flowers')

On Linux or Mac

On linux and Mac you need to clone the repo and install requirements

# clone the repo

git clone https://github.com/manojap/unsplashbot.git

pip install -r requirements.txt

from unsplashbot import unsplash
unsplash.search().filter_by_tag('fruit')
unsplash.search().find('flowers')

Default Save location - Firefox

Make sure your save location is set to default [Firefox] or do it for the first time, after the automation process begins and pop up window for file action. I recommend use Chrome

Delaying download

Use delay for adjust elapse time for loading downloading button in slower internet connection.

About

This is a python package with selenium scripts to automate downloading of free stock images/videos from Unsplash.com, for fun, design and productivity.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages