Skip to content

A QQ account status checker and report the result to DingTalk platform.

License

Notifications You must be signed in to change notification settings

chi-net/chi-qstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chi-qstatus

A QQ account status checker and report the result to DingTalk platform.

How to use?

  git clone https://github.com/chi-net/chi-qstatus.git
  cd chi-qstatus
  yarn install
  cp config.sample.ts config.ts
  (configuration like vim config.ts)
  yarn start

The QQ account name, password and DingTalk robot credentials are required in config.sample.ts. You should rename it after change the configuration or you can just copy config.sample.ts and write the configuration file in config.ts

Slutions for some common problems:

  1. Tip: '当前QQ版本太低,请更新版本再试' You can change the device configuration in the 'data/[QQ number]/device-[QQ number].json' file and try again. This is an example[And PLEASE COPY IT WISELY]:
 {
   "--begin--": "该设备由账号作为seed固定生成,账号不变则永远相同",
   "product": "PB5A",
   "device": "OPPO A5",
   "board": "OPPOPB5A",
   "brand": "OPPO",
   "model": "A5",
   "wifi_ssid": "Tenda_7F3D2A",
   "bootloader": "C-boot",
   "android_id": "COLOROS.19528131.912",
   "boot_id": "4c48835b-8c41-58c0-5f9e-d4c799d07496",
   "proc_version": "Linux version 4.19.71-36673",
   "mac_address": "00:50:58:CF:5F:9E",
   "ip_address": "192.168.1.103",
   "imei": "353211076852245",
   "incremental": 2580571382,
   "--end--": "修改后可能需要重新验证设备"
 }

About

A QQ account status checker and report the result to DingTalk platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published