müminbiri
- 13 Ağu 2025
- 1,324 Mesaj
- TIM Görevleri
- 1
Aktiflik
Seviye
Deneyim
İndirme:
Sistemin Temel Ozellikleri:
# Clone the repository
git clone [https://github.com/ossiqn/whatsapp-...thub.com/ossiqn/whatsapp-bulk-sender-pro.git)
# Enter the directory
cd whatsapp-bulk-sender-pro
# Install dependencies
npm install
Configuration
Manage all settings via the config object in index.js.
JavaScript
const config = {
apiPort: 3000,
apiToken: "OSSIQN_SECRET_2026",
minDelay: 12000,
maxDelay: 35000,
targetNumbers: ["905320000000"],
messageTemplate: "{Merhaba|Selam} bu bir test mesajidir.",
mediaPath: "./resim.jpg" // Leave empty if not sending media
};
Usage
To fire up the system, run:
Bash
node index.js
Once the QR code appears, scan it with your WhatsApp mobile app to establish the connection.
API Integration
You can trigger messages from external systems using the following REST endpoint:
Bash
curl -X POST http://localhost:3000/api/send \
-H "Content-Type: application/json" \
-d '{
"token": "OSSIQN_SECRET_2026",
"number": "905320000000",
"message": "This is a message sent via API"
}'
İçeriği görüntülemek için Giriş yapın veya Kayıt olun.
Sistemin Temel Ozellikleri:
- Gelismis Anti-Ban Algoritmasi: Mesaj gonderimlerinden once rastgele gecikmelerle "yaziyor..." durumu simule edilir.
- Nested (Ic Ice) Spintax Motoru: {Merhaba|{Selam|Naber}} formatiyla sinirsiz kombinasyon uretip mesajlarin benzersiz olmasini saglar.
- REST API Entegrasyonu: Dahili Express.js sunucusu sayesinde botu disaridan, kendi web sitenizden veya CRM panelinizden tetikleyebilirsiniz.
- Akilli JSON Raporlama: Gonderilen/basarisiz numaralari otomatik kaydeder, bot dursa bile kaldigi yerden ayni numaraya tekrar atmadan devam eder.
- Medya ve Belge Destegi: Sadece metin degil, resim ve dokumanlarinizi da otomatik iletebilirsiniz.
Özellik | Tanım |
|---|---|
Gelişmiş Yasaklama Önleme | "Yazılıyor..." durumu ve rastgele gecikmelerle insan davranışını simüle eder. |
İç içe Spintax | {Hi|{Hello|Hey}}Benzersiz mesajlar gibi karmaşık varyasyonları destekler . |
Express.js API | Harici web panelleri veya CRM'ler aracılığıyla mesajları tetiklemek için entegre sunucu. |
Akıllı Raporlama | rapor.jsonTekrarlanan gönderimleri önlemek için sonuçları otomatik olarak kaydeder . |
Medya Desteği | Resimleri, belgeleri ve dosyaları mesajlarınızla sorunsuz bir şekilde gönderin. |
Sistem Günlükleri | Hem konsola hem de system.loghata ayıklama için gerçek zamanlı kayıt tutma. |
Kurulum
# Clone the repository
git clone [https://github.com/ossiqn/whatsapp-...thub.com/ossiqn/whatsapp-bulk-sender-pro.git)
# Enter the directory
cd whatsapp-bulk-sender-pro
# Install dependencies
npm install
Manage all settings via the config object in index.js.
JavaScript
const config = {
apiPort: 3000,
apiToken: "OSSIQN_SECRET_2026",
minDelay: 12000,
maxDelay: 35000,
targetNumbers: ["905320000000"],
messageTemplate: "{Merhaba|Selam} bu bir test mesajidir.",
mediaPath: "./resim.jpg" // Leave empty if not sending media
};
To fire up the system, run:
Bash
node index.js
Once the QR code appears, scan it with your WhatsApp mobile app to establish the connection.
You can trigger messages from external systems using the following REST endpoint:
Bash
curl -X POST http://localhost:3000/api/send \
-H "Content-Type: application/json" \
-d '{
"token": "OSSIQN_SECRET_2026",
"number": "905320000000",
"message": "This is a message sent via API"
}'
