Skip to content

LitoMore/bingfan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bingfan

Bing-Wallpaper Bot for Fanfou

Usage

Clone this project and install packages

$ git clone https://github.com/LitoMore/bingfan.git
$ cd bingfan
$ npm install

Create the config file

$ cp config.json.example config.json

Config your MSS account in config.json

{
  "LOCAL_PATH": "/images/",
  "CONSUMER_KEY": "",
  "CONSUMER_SECRET": "",
  "OAUTH_TOKEN": "",
  "OAUTH_TOKEN_SECRET": ""
}

Run app.js

$ node app.js

Related

License

MIT © LitoMore