Initial public release of OutlookRegister.

Fork of LainsNL/OutlookRegister with OAuth hardening, optional recovery email,
batching, and MIT license. Ships example config only (no local secrets).
This commit is contained in:
daimon
2026-07-23 20:47:55 +08:00
commit d2db326c70
13 changed files with 5252 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
__pycache__/
*.py[cod]
.venv/
venv/
.env
log/
*.log
browser_profiles/
# Local secrets & runtime data (never commit)
config.json
config.local.json
Results/
!Results/.gitkeep
# Local tooling
_merge_from_monorepo.py