orbisai0security
8a2c349d67
fix: resolve critical vulnerability CVE-2023-50447
...
Automatically generated security fix
2026-01-12 15:10:10 +00:00
程序员阿江(Relakkes)
9ade3b3eef
chore: use playwright sign xhs and update dependency
2025-12-09 14:47:48 +08:00
hsparks.codes
46ef86ddef
feat: Add Excel export functionality and unit tests
...
Features:
- Excel export with formatted multi-sheet workbooks (Contents, Comments, Creators)
- Professional styling: blue headers, auto-width columns, borders, text wrapping
- Smart export: empty sheets automatically removed
- Support for all platforms (xhs, dy, ks, bili, wb, tieba, zhihu)
Testing:
- Added pytest framework with asyncio support
- Unit tests for Excel store functionality
- Unit tests for store factory pattern
- Shared fixtures for test data
- Test coverage for edge cases
Documentation:
- Comprehensive Excel export guide (docs/excel_export_guide.md)
- Updated README.md and README_en.md with Excel examples
- Updated config comments to include excel option
Dependencies:
- Added openpyxl>=3.1.2 for Excel support
- Added pytest>=7.4.0 and pytest-asyncio>=0.21.0 for testing
This contribution adds immediate value for users who need data analysis
capabilities and establishes a testing foundation for future development.
2025-11-28 04:44:12 +01:00
程序员阿江(Relakkes)
b5dab6d1e8
refactor: 使用 xhshow 替代 playwright 签名方案
...
感谢 @Cloxl/xhshow 开源项目
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-10 18:12:45 +08:00
yt210
ef6948b305
新增存储到mongoDB
2025-11-06 10:40:30 +08:00
程序员阿江-Relakkes
f97e0c18cd
feat(cli): migrate argument parsing to typer
2025-09-26 17:21:47 +08:00
persist-1
b04f5bcd6f
feat(database): 优化数据库模型和连接管理
...
- 添加cryptography依赖用于加密功能
- 重构数据库模型字段类型和约束
- 增加数据库自动创建功能
- 改进数据库连接管理和错误处理
- 更新相关依赖文件(pyproject.toml, requirements.txt)
2025-09-06 06:08:28 +08:00
程序员阿江(Relakkes)
6b6fedd031
fix : #711
2025-09-02 18:57:18 +08:00
程序员阿江(Relakkes)
eb799e1fa7
refactor: xhs extractor
2025-09-02 14:50:32 +08:00
未来可欺
0b81240aed
升级 httpx 版本至 0.28.1,并修改关键字参数 proxies 至 proxy
2025-07-31 22:48:02 +08:00
andy9468
3653fe2d37
add aiosqlite
2025-07-26 16:42:16 +08:00
Lei Cao
eb03a4f68d
Update playwright version to support Ubuntu 24.04
2025-07-05 21:17:52 +00:00
翟持江
8741952cb5
Update requirements.txt,添加了pandas模块,datetime为Python标准库模块无需添加
2025-01-15 18:27:40 +08:00
Rudbeckia.hirta.L
dcf635e1f7
fix: lost pyexecjs dependecy in requirements.txt
...
# Issue
zhihu/help.py 中有 import execjs.
但是 execjs 在 requirements.txt 不存在, 还需要手动安装.
# Solution
在 requirements.txt 中增加对应的版本依赖
2024-09-08 19:23:11 +08:00
Relakkes
a599916d31
fix: add parsel package
2024-08-08 18:21:33 +08:00
Relakkes
3c98808409
feat: 贴吧搜索重构
2024-08-07 01:01:21 +08:00
Relakkes
f8096e3d58
feat: 抖音abogus参数更新
2024-07-14 03:20:05 +08:00
Rosyrain
a24f5279ba
完善生成词云图所需库的安装
2024-06-13 12:20:57 +08:00
Nan Zhou
94d24a9530
feat: improve db config
2024-05-30 15:35:05 +08:00
Relakkes Yang
48943a25c5
fix: add uvicorn to requirements.txt
2024-04-21 21:41:27 +08:00
Relakkes Yang
59c683a057
refactor: remove tornado server add fastapi
2024-04-21 21:11:46 +08:00
Relakkes
f9cbeb2b14
chore: 移除tortise-orm依赖
2024-04-06 22:14:03 +08:00
Relakkes
dde3c0429e
refactor: IP代理池重构
2024-04-06 10:58:35 +08:00
zhihuiio
085702820a
Update requirements.txt
2024-04-01 20:28:50 +08:00
Relakkes
894dabcf63
refactor: 数据存储重构,分离不同类型的存储实现
2024-01-14 22:06:31 +08:00
Relakkes
e31aebbdfb
fix: 修复代理Bug
2024-01-13 15:50:02 +08:00
Relakkes
2d0f12f058
doc: fixed pydantic version
2023-12-09 13:31:53 +08:00
Relakkes
523c5f380e
doc: add command usage
2023-11-26 15:38:38 +08:00
zhoubang
1556e1b8cd
✨ feat: orm添加Pydantic数据验证
2023-08-13 22:39:50 +08:00
Relakkes
bf659455bb
fix: issue #22
2023-07-30 20:43:02 +08:00
Relakkes
e75707443b
feat: 增加配置项支持自由选择数据是否保存到关系型数据库中
2023-07-24 20:59:43 +08:00
Relakkes
57437719bf
feat: 抖音三种方式登录实现 & 抖音滑块模拟滑动实现
2023-07-01 23:10:47 +08:00
Relakkes
a7c7f9533d
feat: 抖音评论done
2023-06-25 21:09:20 +08:00
Relakkes
8206f83639
feat: 小红书增加手机号自动登录模式
2023-06-16 20:10:29 +08:00
NanmiCoder
e82dcae02f
feat: 小红书笔记搜索,评论获取done
...
docs: update docs
Create .gitattributes
Update README.md
2023-06-12 20:37:24 +08:00