这是一个Python工具,用于从腾讯云开发者社区获取指定用户的文章数据并生成统计报表。主要功能包括:
pip install -r requirements.txt
python main.py
├── dataSource/ # 默认输入数据目录 │ └── tdpUser.xlsx # 用户uin列表Excel ├── dataTarget/ # 默认输出数据目录 │ └── tdpUser.xlsx # 生成的统计报表 ├── main.py # 主程序入口 ├── excelHelper.py # Excel处理工具 ├── qcloudHelper.py # 腾讯云API交互工具 └── requirements.txt # 依赖库列表
befrow_time变量(main.py)设置统计起始时间source_excel和target_excel变量(excelHelper.py)设置输入输出文件路径生成的Excel文件包含两个工作表:
欢迎提交Pull Request或Issue报告问题。