Commit Graph

3 Commits

Author SHA1 Message Date
chengchongzhen
04563462e4 refactor: streamline cookie retrieval and enhance error handling in account management scripts 2024-12-31 16:26:09 +08:00
chengchongzhen
50e69cd51c refactor: remove deprecated config files and update logging in account management scripts 2024-12-31 13:21:07 +08:00
cheng zhen
1757e5ed2f Add browser management and email verification functionality
- Introduced `BrowserManager` class in `browser_utils.py` for streamlined browser initialization and configuration.
- Added `EmailVerificationHandler` class in `get_veri_code.py` to handle email verification code retrieval.
- Updated `cursor_pro_keep_alive.py` to utilize the new browser and email handling classes, improving code organization and readability.
- Modified `config.ini` to update the email address for account configuration.
- Removed obsolete `log.txt` file to clean up the project structure.
- Added unit tests for email verification functionality in `test/get_veri_code_test.py`.
2024-12-28 21:56:48 +08:00