Get your favourite Images from Pixabay in a single go
The bot uses robobrowser to find the images on the topic user wants and uses the funtionality of urllib to download the images.
- Python 3.X
- robobrowser
insall robobrowser via pip
pip install robobrowser --upgrade
via source Code but zip file
- visit Pixabay
Additional info you can make this task more convinient in a few lines of command line script to run the program, follow the steps to do so.
- open a blank text file wherever you want and write this in it
@echo off
cd path where the script is located eg C:\Users\user\Desktop
python ./Pixabay.py
- save as the file by the type all and with the extension .bat