This commit is contained in:
Ilham 2025-12-07 23:13:53 +07:00
parent 72e65d0ea0
commit 226b35479f
5 changed files with 878 additions and 49 deletions

4
.env
View File

@ -7,8 +7,8 @@
# Optional: override 'From' email # Optional: override 'From' email
SMTP_HOST=smtp.gmail.com SMTP_HOST=smtp.gmail.com
SMTP_PORT=587 SMTP_PORT=587
SMTP_USER=maulanaryan2004@gmail.com SMTP_USER=appsibal@gmail.com
SMTP_PASS=kfebdpeoaxfabzpm SMTP_PASS=yogsorikxfqymakh
SMTP_SENDER_NAME=SIBAL SMTP_SENDER_NAME=SIBAL
OTP_DEBUG=false OTP_DEBUG=false

Binary file not shown.

893
sibal.py

File diff suppressed because it is too large Load Diff

2
text
View File

@ -1,4 +1,4 @@
cd 'C:\Users\ilham\Downloads\Projek-SIBAL-main\Projek-SIBAL-main' cd 'C:\Users\ilham\Downloads\Projek-SIBA\Projek-SIBAL-main'
python -m venv .venv python -m venv .venv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
.\.venv\Scripts\Activate.ps1 .\.venv\Scripts\Activate.ps1

8
text copy Normal file
View File

@ -0,0 +1,8 @@
cd 'C:\Users\ilham\Downloads\Projek-SIBAL-main\Projek-SIBAL-main'
python -m venv .venv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
pip install authlib
pip freeze > requirements.txt
python sibal.py