Skip to content

Commit 1f2c614

Browse files
committed
docs: add Support this project (PayPal, Binance, BSC) and assets folder
Made-with: Cursor
1 parent d868759 commit 1f2c614

4 files changed

Lines changed: 58 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ More examples: [`USAGE.md`](USAGE.md).
501501
│ ├── list-dolphin-folders.js
502502
│ └── omocaptcha-extension.js
503503
├── docs/ # Extra assets (e.g. OpenAPI export)
504+
├── assets/ # Support QR images (see assets/README.md)
504505
├── config/
505506
│ ├── proxies.txt
506507
│ └── names.json
@@ -573,6 +574,29 @@ updates:
573574
574575
---
575576
577+
## Support this project
578+
579+
If this tool is useful to you, optional support helps maintain and improve it. Pick whatever works best for you.
580+
581+
| Channel | How to support |
582+
|--------|----------------|
583+
| **PayPal** | [paypal.me/sofaapi](https://paypal.me/sofaapi) |
584+
| **Binance Pay / UID** | **1138751298** — send from the Binance app (Pay / internal transfer when available). |
585+
| **Binance — deposit (web)** | [Deposit crypto (Binance)](https://www.binance.com/en/my/wallet/account/main/deposit/crypto) — sign in, pick the asset, then select **BSC (BEP20)**. |
586+
| **BSC address (copy)** | `0x94c5005229784d9b7df4e7a7a0c3b25a08fd57bc` |
587+
588+
> **Network:** Use **BSC (BEP-20)** only. This address is for **USDT (BEP-20)** and **BTC on BSC** (Binance-Peg / in-app “BTC” on BSC), matching the Binance deposit screens below. **Do not** send **native Bitcoin (on-chain BTC)**, **ERC-20**, or **NFTs** to this address.
589+
590+
### Deposit QR codes (scan in Binance or any BSC wallet)
591+
592+
| USDT · BSC | BTC · BSC |
593+
|------------|-----------|
594+
| ![USDT deposit QR — BSC](assets/deposit-usdt-bsc.png) | ![BTC on BSC deposit QR](assets/deposit-btc-bsc.png) |
595+
596+
Place the image files in [`assets/`](assets/) (see [`assets/README.md`](assets/README.md)). If the files are missing, clone or download the repo after adding your QR PNGs.
597+
598+
---
599+
576600
## Legal & ethics
577601

578602
Automating account creation may violate **Google’s Terms of Service** and applicable laws. Use only on infrastructure you own, with explicit authorization, and for legitimate testing or research where permitted. The authors are not responsible for misuse.

README_AR.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,29 @@ gmail-account-creator
540540

541541
---
542542

543+
## دعم المشروع (Support)
544+
545+
إذا كان هذا المشروع مفيداً لك، يمكنك — اختيارياً — دعم الصيانة والتطوير عبر أي قناة تناسبك.
546+
547+
| القناة | طريقة الدعم |
548+
|--------|-------------|
549+
| **PayPal** | [paypal.me/sofaapi](https://paypal.me/sofaapi) |
550+
| **Binance Pay / UID** | **1138751298** — من تطبيق Binance (Pay / تحويل داخلي عند توفره). |
551+
| **إيداع Binance (الويب)** | [إيداع العملات المشفرة (Binance)](https://www.binance.com/en/my/wallet/account/main/deposit/crypto) — سجّل الدخول، اختر الأصل، ثم شبكة **BSC (BEP20)**. |
552+
| **عنوان BSC (للنسخ)** | `0x94c5005229784d9b7df4e7a7a0c3b25a08fd57bc` |
553+
554+
> **الشبكة:** استخدم **BSC (BEP-20)** فقط. هذا العنوان مخصص لـ **USDT (BEP-20)** و**BTC على BSC** (Binance-Peg / «BTC» على BSC داخل التطبيق)، بما يتوافق مع شاشات الإيداع في Binance. **لا ترسل** **بتكوين أصلي على السلسلة (on-chain BTC)**، ولا **ERC-20**، ولا **NFTs** إلى هذا العنوان.
555+
556+
### رموز QR للإيداع (امسح ضوئياً في Binance أو أي محفظة BSC)
557+
558+
| USDT · BSC | BTC · BSC |
559+
|------------|-----------|
560+
| ![USDT deposit QR — BSC](assets/deposit-usdt-bsc.png) | ![BTC on BSC deposit QR](assets/deposit-btc-bsc.png) |
561+
562+
ضع ملفات الصور في [`assets/`](assets/) — راجع [`assets/README.md`](assets/README.md). النسخة الإنجليزية الكاملة: [Support this project](README.md#support-this-project).
563+
564+
---
565+
543566
## تحذير قانوني وأخلاقي
544567

545568
أتمتة إنشاء حسابات Google قد **تخالف شروط استخدام Google** والقوانين المحلية. استخدم المشروع فقط في بيئات تملكها، وبإذن صريح، ولأغراض مشروعة (مثل اختبار أنظمتك الداخلية). المسؤولية الكاملة عن الاستخدام تقع على المستخدم.

assets/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Assets for README
2+
3+
Add these PNG files so the **Support this project** QR images render on GitHub:
4+
5+
| File | Purpose |
6+
|------|---------|
7+
| `deposit-usdt-bsc.png` | QR for **USDT** on **BSC (BEP-20)** |
8+
| `deposit-btc-bsc.png` | QR for **BTC on BSC** (Binance-Peg), not native BTC |
9+
10+
Address referenced in the main README: `0x94c5005229784d9b7df4e7a7a0c3b25a08fd57bc` — generate QR codes from your Binance deposit screen or a trusted BSC wallet, then export PNGs with the filenames above.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts",
1414
"config",
1515
"docs",
16+
"assets",
1617
".env.example",
1718
"LICENSE",
1819
"README.md",

0 commit comments

Comments
 (0)