Go to file
kinoshitakenta ef204f1aae
chore: improved compatibility with Python 3.11 and above
Uses `tomllib` when available for Python 3.11+ and falls back to `tomli` for older versions.

This avoids deprecation warnings and ensures compatibility across different Python versions.
2025-05-28 13:19:31 +08:00
utils chore: improved compatibility with Python 3.11 and above 2025-05-28 13:19:31 +08:00
.gitignore feat: automates ChromeDriver management 2025-05-19 11:02:58 +08:00
README.md Initial commit 2024-05-28 11:31:45 +08:00
TODO.txt feature: basic features 2024-05-28 11:45:07 +08:00
config.toml.example feat: add example configuration file 2025-05-19 15:58:34 +08:00
main.py feature: basic features 2024-05-28 11:45:07 +08:00
requirements.txt chore: add rich library for better output 2025-05-20 16:25:57 +08:00

README.md

auto_login_EIP