Aqso commited on
Commit
34a4ccd
Β·
verified Β·
1 Parent(s): 8d5d0e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -1,10 +1,38 @@
1
  ---
2
- title: Tim
3
- emoji: 😻
4
- colorFrom: pink
5
- colorTo: green
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Anichin Scraper
3
+ emoji: πŸ₯
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
+ app_port: 7860
9
  ---
10
 
11
+ # πŸ₯ Anichin Scraper β€” Hugging Face Spaces
12
+
13
+ Scraper gacor untuk **anichin.cafe** dengan Firebase Firestore sebagai database.
14
+
15
+ ---
16
+
17
+ ## πŸ”‘ Setup Secrets (WAJIB)
18
+
19
+ Masuk ke **Settings β†’ Variables and Secrets** di HF Space lu, tambahkan:
20
+
21
+ | Secret Name | Nilai |
22
+ |---|---|
23
+ | `FIREBASE_PROJECT_ID` | project ID firebase lu |
24
+ | `FIREBASE_PRIVATE_KEY_ID` | dari service account JSON |
25
+ | `FIREBASE_PRIVATE_KEY` | full private key string |
26
+ | `FIREBASE_CLIENT_EMAIL` | email service account |
27
+ | `FIREBASE_CLIENT_ID` | client ID |
28
+ | `FIREBASE_DATABASE_URL` | `https://project-rtdb.firebaseio.com` |
29
+
30
+ ## πŸš€ Deploy
31
+
32
+ ```bash
33
+ git clone https://huggingface.co/spaces/username/anichin-scraper
34
+ # copy semua file ke folder itu
35
+ git add . && git commit -m "deploy" && git push
36
+ ```
37
+
38
+ HF otomatis build & deploy dari Dockerfile!