Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T09:35:31.000Z (over 2 years ago)
- Last Synced: 2024-11-06T13:53:28.092Z (3 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_**