Pexels.com is a website which provide stock free like videos, wallpapers from artists, photographers across the globe. The Pexelsbot project use those resources which offered by the website and community of contributors.
Using this module python users can simply search download images, videos they want with two lines code.
This is a beautiful python package with selenium scripts to automate downloading of free stock images/videos from http://www.pexels.com, for fun, design and productivity.
Packages and Language used
- Language : Python
- Packages used : Selenium, Webdriver_Manager
How to use
Import the module and use in a python script. The module can be cloned into your local system using git
git clone https://github.com/manojap/pexelsbot.git
and then import the module into your script like
from pexelsbot import pexels pexels.search('travel').download()
Which will automatically search and download images from Unsplash.com
Use pip instead of git clone
If you need not use source just use Python Package Index to install pexelsbot
pip install pexelsbot
The complete documentation can be found on Github Repository.