Dark side of Fanfou
Download & Install dependencies
$ git clone git@github.com:LitoMore/fandark.git
$ cd fandark
$ npm install
Prepare config file
$ cp config.json.example config.json
Configuration
{
"CONSUMER_KEY": "key",
"CONSUMER_SECRET": "secret",
"FANFOU_USERNAME": "username",
"FANFOU_PASSWORD": "password",
"HTTPS": true,
"REQUEST_LIMIT": 10
}
Run
# Export all statuses
$ node export.js > backup.json
# Check your relationships
$ node fo.js
# Delete all statuses
$ node del.js
# Delete all statuses on schedule
$ node del-schedule.js
# Delete all favorites
$ node unfav.js
# Delete all favorites on schedule
$ node unfav-schedule.js
- fanfou-sdk - Fanfou SDK for Node.js
MIT © LitoMore