Skip to content

ourongxing/qqwj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

腾讯问卷数据解析

不具备通用性

  1. 配置环境
brew install node pnpm
  1. 克隆仓库到本地
git clone https://github.com/ourongxing/qqwj.git
  1. 初始化
cd qqwj && pnpm i
  1. 执行,有两个命令
pnpm export
pnpm filter

导出

pnpm export 腾讯问卷原始数据 -n 导出的文件名 -t 导出的文件类型

Options:
  -t, --type <type>     (choices: "excel", "json", "markdown", default: "excel")
  -o, --output <name>  output file name, default MNExplor探索计划用户分型 (default: "MNExplor探索计划用户分型")

筛选

需要在 src/filter.ts 中修改筛选条件。

pnpm filter 腾讯问卷原始数据

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published