archiver / app.py

Commit History

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

PipelineFix commited on

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

PipelineFix commited on

fix: Pyrogram proper reconnect lifecycle + remove hardcoded credentials
fe4e883

PipelineFix commited on

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

PipelineFix commited on

Add timeout and is_connected check to download_from_channel
7eb2115

jamelloverz-sketch commited on

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

jamelloverz-sketch commited on

Use HF_TOKEN_USER as primary, remove HF_TOKEN secret collision
f78f218

jamelloverz-sketch commited on

v3: Pyrogram download from channel + huggingface_hub upload
34b32cc

jamelloverz-sketch commited on

support dataset_pushed pull mode, detailed progress
26dcc59

jamelloverz-sketch commited on

v2.1: progress reporting, download_url, quality
ebce8c2

jamelloverz-sketch commited on

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

Archiver commited on

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

Archiver commited on

Fix: Python 3.12, env var fallback
fc0b605

PopCorn Bot commited on

Fix: runtime dataset init (no submodule), read from env
2f58943

PopCorn Bot commited on

Archiver v2
e9a5ab9

Dev commited on

Archiver service with Telegram receive and dataset push
c517abb

Archiver commited on