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.
- Host: GitHub
- URL: https://github.com/g3th/hd-wallpaper-grabber
- Owner: g3th
- Created: 2022-07-23T01:46:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T21:14:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T00:27:45.790Z (over 1 year ago)
- Topics: requests, scraper, wallpaper
- Language: Python
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HD-Wallpaper-Grabber
### Grab High Quality Wallpapers from your terminal

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.