An open API service indexing awesome lists of open source software.

https://github.com/g3th/hd-wallpaper-grabber

Simple HD Wallpaper Scraper and downloader, using threadpool executor in context manager.
https://github.com/g3th/hd-wallpaper-grabber

requests scraper wallpaper

Last synced: about 1 year ago
JSON representation

Simple HD Wallpaper Scraper and downloader, using threadpool executor in context manager.

Awesome Lists containing this project

README

          

# HD-Wallpaper-Grabber

### Grab High Quality Wallpapers from your terminal

![Alt text](assets/wallpaper.png "Wallpaper Grabber")

Requests wallpapers from 'Wallpaper Flare' from user search query, then downloads the results using threading.

Will grab links from every page existing from the user query and download every single wallpaper.

Since they are HD images it may take some time, which is greatly reduced by using concurrent.futures.

Only requires BS4 which is non-standard library.