项目作者: LitoMore

项目描述 :
Dark side of Fanfou
高级语言: JavaScript
项目地址: git://github.com/LitoMore/fandark.git
创建时间: 2017-07-29T13:36:59Z
项目社区:https://github.com/LitoMore/fandark

开源协议:MIT License

下载


fandark

Dark side of Fanfou

Usage

Download & Install dependencies

  1. $ git clone git@github.com:LitoMore/fandark.git
  2. $ cd fandark
  3. $ npm install

Prepare config file

  1. $ cp config.json.example config.json

Configuration

  1. {
  2. "CONSUMER_KEY": "key",
  3. "CONSUMER_SECRET": "secret",
  4. "FANFOU_USERNAME": "username",
  5. "FANFOU_PASSWORD": "password",
  6. "HTTPS": true,
  7. "REQUEST_LIMIT": 10
  8. }

Run

  1. # Export all statuses
  2. $ node export.js > backup/file1.json
  3. # Check your relationships
  4. $ node fo.js
  5. # Delete all statuses
  6. $ node del.js
  7. # Delete all statuses on schedule
  8. $ node del-schedule.js
  9. # Delete all favorites
  10. $ node unfav.js
  11. # Delete all favorites on schedule
  12. $ node unfav-schedule.js
  13. # Find out who she is
  14. $ node who-she-is.js

License

MIT © LitoMore