File size: 930 Bytes
6902cc8 34a4ccd 6902cc8 34a4ccd 6902cc8 34a4ccd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
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!
|