Bing-Wallpaper Bot for Fanfou
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
- fanfou-sdk - Fanfou SDK for Node.js
- node-bing-crawler - Bing wallpaper crawler
MIT © LitoMore