Get and set today's wallpaper from bing.com and Momentum chrome extension.
$ npm install -g picday-cli
- change wallpaper to Bing
$ picday use bing
- change wallpaper to momentum
$ picday use momentum
- reset origin wallpaper
$ picday reset
- delete today's wallpaper
$ picday clean
- open wallpaper folder in explorer
$ picday open
You may find that your momentum wallpaper is different from the chrome extension. Because everyone's client_uuid
is different. So you need to set your own client_uuid
.
Open chrome's new tab and console, enter localStorage.client_uuid
, then just paste your client_uuid
into the following command:
$ picday set client_uuid
After than, don't forget to run picday clean
to remove old wallpapers and retrieve your own.
MIT