Skip to content

LitoMore/fandark

Repository files navigation

fandark

Dark side of Fanfou

Usage

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/file1.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

# Find out who she is
$ node who-she-is.js

Related

License

MIT © LitoMore

Releases

No releases published

Sponsor this project

 

Packages

No packages published