archiver / app.py

Commit History

fix: skip create_repo (causes 403) — upload_file directly; retry with create only on 404
0d8aea2

PipelineFix commited on

fix: restore TELEGRAM_API_ID/HASH defaults (Pyrogram was failing to start); keep env override
13cb3ac

PipelineFix commited on

fix: Pyrogram proper reconnect lifecycle + remove hardcoded credentials
9a41f96

PipelineFix commited on

fix: channel_id int cast, archive_id top-level read, dataset per-account, pyrogram reconnect, better error handling v4
c00ff35

PipelineFix commited on

Add timeout and is_connected check to download_from_channel
b7caca5

jamelloverz-sketch commited on

Make _receive async: return 202 immediately, process in bg thread
2fd3d23

jamelloverz-sketch commited on

Use HF_TOKEN_USER as primary, remove HF_TOKEN secret collision
2890c76

jamelloverz-sketch commited on

v3: Pyrogram download from channel + huggingface_hub upload
72002f0

jamelloverz-sketch commited on

support dataset_pushed pull mode, detailed progress
5a767e0

jamelloverz-sketch commited on

v2.1: progress reporting, download_url, quality
fe135d2

jamelloverz-sketch commited on

fix: accept download_url from upload-bot relay (Telegram blocked on user HF Spaces)
46fbd73

Archiver commited on

fix: Pyrogram MTProto download; copy file to dataset dir before push
de42043

Archiver commited on

Fix: Python 3.12, env var fallback
06773ed

PopCorn Bot commited on

Fix: runtime dataset init (no submodule), read from env
675fc48

PopCorn Bot commited on

Archiver v2
b10798f

Dev commited on

Archiver service with Telegram receive and dataset push
21ff6de

Archiver commited on