CoolFace
Apppublic

Bishall10/ipo

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
50 commits on main
2a5524e3mo ago

fix: use DB for listing dedup + update notification icons by status

Bishal
2e0a5e53mo ago

fix: retrieve and finalize skipped/notfound allotment check results

Bishal
dc3de7d3mo ago

chore: remove native schedules from workflows

Bishal
5606e7b4mo ago

fix(notif): route result, apply and listing notifications through push, preserve email for otp and password reset

Bishal
93b3ec84mo ago

fix: update Flutter api_service baseUrl to new hf space (bishall10-ipo)

Bishal
bad28c24mo ago

feat: make github actions run fully automatically on ubuntu-latest

Bishal
b3e9cd04mo ago

fix: update huggingface space url to ipo in sync workflow

Bishal
8d1989a4mo ago

update allowed hosts for new hf space

Bishal
046f8b24mo ago

chore: trigger hf rebuild

Bishal
2c0bb074mo ago

chore: update github automation runner

Bishal
3a0b5ae4mo ago

fix: reliable Report button click and simplified IPO notifications

Bishal
cb49c294mo ago

Fix: Return success status from apply_ipo to prevent NoneType unpack error

Bishal
42f60e34mo ago

Fix: Restore main.py and remove redundant GitHub Action schedules

Bishal
51fdbb84mo ago

Restore cron schedule triggers

Bishal
62b81f14mo ago

Set extra_http_headers dynamically to bypass F5 WAF completely

Bishal
12a9d244mo ago

Remove extra_http_headers to fix F5 WAF blocking POST requests

Bishal
db0580b4mo ago

Fix captcha input selector

Bishal
ed029b04mo ago

Add nav retry with networkidle, screenshot on failure, 60s Angular timeout

Bishal
59ebf194mo ago

Fix captcha: accept 4+ digits, fix Angular refresh via JS event dispatch

Bishal
0d3c61d4mo ago

Fix Pillow getdata DeprecationWarning

Bishal
c56bfde4mo ago

Switch to ddddocr as primary CAPTCHA solver

Bishal
f8a0c834mo ago

Add explicit programmatic locator focus and coordinate clicking synchronization to avoid typing in wrong fields

Bishal
409cdbe4mo ago

Automatically refresh captcha image on 'Incorrect Captcha' popup so the next attempt gets a clean image

Bishal
6f0b37b4mo ago

Optimize Strategy B mapping logic to support taking last 5 digits of prepended noise

Bishal
e4a88074mo ago

Bypass F5 BIG-IP telemetry blocks by utilizing native keyboard events for captcha input and add automated in-loop WAF self-healing reloads

Bishal
28dad024mo ago

Implement hybrid strict and fallback alphanumeric OCR consensus solver to bypass messy captcha lines

Bishal
1855c3c4mo ago

Add missing cv2 and numpy imports at the top of ipo_result.py to resolve captcha solver crash

Bishal
9ef00424mo ago

Optimize captcha OCR solver and resolve JavaScript runtime strip exception on allotment modal results

Bishal
7ed1d634mo ago

Bind PROXY_URL from context environment variables into Playwright chromium launch parameters to resolve TLS handshake WAF triggers

Bishal
f28d95d4mo ago

Optimize captcha OCR with consensus solver, fix JS trim error, and use persistent WAF stealth context

Bishal
8a0dffc4mo ago

Avoid redundant first-company page reload, add self-healing WAF block detector

Bishal
6a67c844mo ago

Optimize captcha refresh, restore stable per-company reload, add auto modal closer for multi-account loops

Bishal
a7fdaec4mo ago

Improve WAF detection: check HTML content and print body on timeout

Bishal
329fb734mo ago

Fix captcha OCR (first 5 digits), JS captcha refresh, WAF backoff per account

Bishal
a4597ee4mo ago

Fix: Define url variable in run_automation_logic

Bishal
f6910e64mo ago

Fix: Add ImageFilter import + reload page per account for clean form state

Bishal
88daf714mo ago

Revert ipo_result.py to working commit 2b5239d

Bishal
365a3d54mo ago

Print HTML on timeout to debug WAF block

Bishal
d7218384mo ago

Add proxy support back to bypass local IP block

Bishal
7c193484mo ago

Add User-Agent and respect HEADLESS env to bypass F5 WAF locally

Bishal
fd583c14mo ago

Use absolute path to Python 3.12 which is healthy

Bishal
e367ebb4mo ago

Clear Python environment variables for Windows runner

Bishal
5713cfb4mo ago

Use Python 3.13 for Windows runner

Bishal
bd7a6214mo ago

Use absolute path to Python 3.12 for Windows runner

Bishal
408577f4mo ago

Fix Python path and encoding for Windows self-hosted runner

Bishal
f1e84904mo ago

Simplify workflow for self-hosted runner (No-Nonsense version)

Bishal
2574b984mo ago

Fix Windows compatibility: remove Linux-specific debug step

Bishal
d23367b4mo ago

Switch to self-hosted runner for full automation

Bishal
523146a4mo ago

Fix browser channel (Use Chrome instead of Chromium)

Bishal
52a8aa04mo ago

Restore simplest version (Clean Revert) without stealth

Bishal