| --- |
| 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! |
|
|