https://github.com/volcomix/500wallpaper
CLI to download wallpapers and lock screens from 500px website.
https://github.com/volcomix/500wallpaper
500px cli javascript lockscreen nodejs wallpaper
Last synced: 12 months ago
JSON representation
CLI to download wallpapers and lock screens from 500px website.
- Host: GitHub
- URL: https://github.com/volcomix/500wallpaper
- Owner: Volcomix
- License: mit
- Created: 2017-09-23T17:32:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T04:14:14.000Z (about 3 years ago)
- Last Synced: 2025-04-15T05:59:44.593Z (12 months ago)
- Topics: 500px, cli, javascript, lockscreen, nodejs, wallpaper
- Language: JavaScript
- Homepage:
- Size: 659 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 500wallpaper
[](https://github.com/volcomix/500wallpaper/actions)
[](https://www.npmjs.com/package/500wallpaper)
[](https://www.npmjs.com/package/500wallpaper)
[](https://david-dm.org/volcomix/500wallpaper)
[](https://david-dm.org/volcomix/500wallpaper?type=dev)
[](LICENSE)
CLI to download wallpapers and lock screens from [500px](https://500px.com) website.
## Installation
```bash
npm install -g 500wallpaper
# OR
yarn global add 500wallpaper
```
Alternatively, you can also invoke the binary directly with [npx](https://www.npmjs.com/package/npx):
```bash
npx 500wallpaper
```
## Usage
Run `500wallpaper` without argument to download the recently added photo with the highest Pulse from [500px](https://500px.com).
View the list of options using `500wallpaper --help`:
```
Usage: 500wallpaper [options]
Options:
-V, --version output the version number
-f, --feature photo stream to be retrieved
-c, --category category to return photos from (case sensitive, separate multiple values with a comma)
-w, --width minimum width of the photo to be downloaded
-H, --height minimum height of the photo to be downloaded
-l, --landscape the photo must be in landscape orientation
-o, --output destination file name without extension
-h, --help output usage information
Features:
popular, highest_rated, upcoming, editors, fresh_today, fresh_yesterday, fresh_week
Categories:
Uncategorized, Abstract, Aerial, Animals, Black and White, Celebrities, City and Architecture, Commercial, Concert, Family, Fashion, Film, Fine Art, Food, Journalism, Landscapes, Macro, Nature, Night, Nude, People, Performing Arts, Sport, Still Life, Street, Transportation, Travel, Underwater, Urban Exploration, Wedding
Examples:
$ 500wallpaper
$ 500wallpaper -o wallpaper
$ 500wallpaper -f editors -c Landscapes -H 2048 -l -o ~/Images/wallpaper
$ 500wallpaper -f popular -c "City and Architecture,Landscapes,Nature,Travel" -H 4096 -l
```
## License
This project is licensed under the terms of the
[MIT license](LICENSE).