https://github.com/yashkathe/download-wallpapers-cli
Search wallpapers from terminal directly and the script will download all the high resolution wallapers from the website
https://github.com/yashkathe/download-wallpapers-cli
expressjs nodejs puppeteer script wallpaper web-scraping
Last synced: 2 months ago
JSON representation
Search wallpapers from terminal directly and the script will download all the high resolution wallapers from the website
- Host: GitHub
- URL: https://github.com/yashkathe/download-wallpapers-cli
- Owner: yashkathe
- Created: 2022-08-02T17:30:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T09:35:31.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T16:19:55.896Z (6 months ago)
- Topics: expressjs, nodejs, puppeteer, script, wallpaper, web-scraping
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Wallpaper scrapper
Download wallpapers just by specifing the type of wallpaper you want
The script uses puppetteer to scrape the following [website](https://www.wallpaperflare.com/)
## Run this on your machine
_This script is only tested in linux_
1. Download the project
```bash
git clone https://github.com/yashkathe/download-wallpapers-cli.git
```
2. [optional] Add nodemon.json to the project directory and add the following content. Set the port to what you want.
```json
{
"env" : {
"PORT": "8080"
}
}
```
3. Download all the dependencies and then run the script
```bash
npm install
```
```bash
npm start
```
##
The images will be stored in **_./downloads_**