12 Commits

Author SHA1 Message Date
xbh
93928b8a66 修改数据库名字 2025-10-17 22:01:33 +08:00
xbh
2af34bd0dc 整理了一下代码 2025-10-17 21:58:19 +08:00
xbh
ab8fd3131d doc文件夹往上移动一级 2025-10-17 18:50:02 +08:00
79c991ee64 API文档接口 2025-10-17 18:23:42 +08:00
c37c9106fa 删除了不需要的代码,修改了定时器执行时间为每晚24:00 2025-10-17 18:05:13 +08:00
fdd79b6931 优化路径,增加手动登录时间限制 2025-10-17 16:40:31 +08:00
f51278742c 架构优化 2025-10-17 16:09:17 +08:00
8d4369ecef 优化修改文件 2025-10-17 11:28:39 +08:00
aacedf14fe Update documentation and add requirements.txt
- Update README.md with ChromeDriver setup instructions
- Add requirements.txt with project dependencies
- Clean up unused documentation files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 11:12:24 +08:00
dbef5a98a8 Add chromedriver.exe to Git repository
- Update .gitignore to include chromedriver.exe while excluding other driver files
- ChromeDriver is essential for Selenium automation and should be version controlled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 11:11:37 +08:00
bdbe2cb555 Update .gitignore and add Chrome profile setup documentation
- Exclude Chrome profile directory from Git due to large cache files
- Add CHROME_PROFILE_SETUP.md with manual setup instructions
- Chrome profile contains sensitive login data and should not be version controlled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 10:57:20 +08:00
53160420d1 Initial commit: Douyin play count tracking system
Features:
- Douyin play count scraper using Selenium + Chrome DevTools Protocol
- Automated scheduler for daily data collection
- MongoDB data storage
- Mini-program API server
- Data analysis and visualization tools

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 10:48:52 +08:00