Socket
Book a DemoInstallSign in
Socket

bingpaper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bingpaper

tool for dowmload bing wallpaper

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

bingpaper

Package of utils to get bing daily wallpaper and set it as wallpaper to your PC.

install from npm

$ npm install --save bingpaper

how to use

//only for CommonJS
//create test.js 
const bingUtils = require('bingpaper');
bingUtils.setWallpaper();

//in terminal
node test

and you will find your wallpaper on desktop changed to lastest bing wallpaper.

the picture is stored in C:\Users\Administrator\Pictures in default

useful utils

here, I offer some useful utils for you.

  • get information about bing wallpaper, including urls of these pictures bingUtils.featchPicInfo(options, callback)
parameterstyperequireddefaultothers
optionsObjectNo{}for options parameters
options.nNumberNo1maximum is 7,download numbers of pictures
options.formatStringNo'js'request format, don't change
options.idsnumberNo0I don't know, don't change
callbackFunctionYesdefault contains image info, type of this parameter is Array
  • get picture urls bingUtils.featchPicURLs(options, callback)
parameterstyperequireddefaultothers
optionsObjectNo{}for options parameters
options.nNumberNo1maximum is 7,download numbers of pictures
options.formatStringNo'js'request format, don't change
options.idsnumberNo0I don't know, don't change
callbackFunctionYesdefault contains urls, type of this parameter is Object
  • download these pictures bingUtils.downloadPic(url, options, callback)
parameterstyperequireddefaultothers
urlStringYesa url to download a picture
optionsObjectNo{}for options parameters
options.nameStringNodate of this daygive a name for your picture
options.pathStringNoC:\Users\Administrator\Pictureswhere you save your picture
callbackFunctionYeswhen you finish download your picture
  • straightly set your desktop wallpaper as today's bing wallpaper bingUtils.setWallpaper()

Tip 1: I failed to wabpack this project. anybody can help me?

Tip 2: If you have no idea what I just said, go and see test of this project

Tip 3: You can run Set.bat to set your desktop wallpaper

FAQs

Package last updated on 15 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.