Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 692 Bytes

Windows Spotlight Scraper

A simple scraper to get windows spotlight wallpepers from https://windows10spotlight.com

All downloaded wallpapers are located inside the %USERHOME%/Pictures/Windows Spotlight Scraper directory.

Make sure to install required packages with pip3 install -r requirements.txt before using the scraper.

How to Use

In a terminal run main.py and use option --count (or -c) to specify the number of most recent wallpapers to scrape. If option --count (or -c) is not specified then all available wallpapers will be scraped.

Examples:

main.py -c 100 will scrape the 100 most recent wallpapers.

main.py will scrape all the available wallpapers.