6 Commits

Author SHA1 Message Date
a35077363d 更新 .gitignore 2025-11-10 09:51:31 +08:00
xbh
06996967ca 增加前端的代码,改编文件结构 2025-10-19 15:13:01 +08:00
xbh
2af34bd0dc 整理了一下代码 2025-10-17 21:58:19 +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