--- title: Anichin Scraper emoji: 🍥 colorFrom: red colorTo: yellow sdk: docker pinned: false app_port: 7860 --- # 🍥 Anichin Scraper — Hugging Face Spaces Scraper gacor untuk **anichin.cafe** dengan Firebase Firestore sebagai database. --- ## 🔑 Setup Secrets (WAJIB) Masuk ke **Settings → Variables and Secrets** di HF Space lu, tambahkan: | Secret Name | Nilai | |---|---| | `FIREBASE_PROJECT_ID` | project ID firebase lu | | `FIREBASE_PRIVATE_KEY_ID` | dari service account JSON | | `FIREBASE_PRIVATE_KEY` | full private key string | | `FIREBASE_CLIENT_EMAIL` | email service account | | `FIREBASE_CLIENT_ID` | client ID | | `FIREBASE_DATABASE_URL` | `https://project-rtdb.firebaseio.com` | ## 🚀 Deploy ```bash git clone https://huggingface.co/spaces/username/anichin-scraper # copy semua file ke folder itu git add . && git commit -m "deploy" && git push ``` HF otomatis build & deploy dari Dockerfile!