|
1 |
| -# 🚀 Venom by VYNECT™ |
| 1 | +# 🚨 VENOM IS NOW PART OF ERA CONNECT™ BY VYNECT™ |
2 | 2 |
|
3 |
| -**Venom** is a modern, open-source JavaScript library for **safe, ethical automation and testing on WhatsApp**. |
4 |
| -Designed for developers and QA teams, Venom empowers you to: |
| 3 | +Hello everyone, |
5 | 4 |
|
6 |
| -- ✅ Automate WhatsApp conversations in controlled environments |
7 |
| -- ✅ Simulate customer interactions |
8 |
| -- ✅ Send and receive media for automated validation |
9 |
| -- ✅ Build prototypes and integrate with business tools |
10 |
| - |
11 |
| -> ⚠️ **Important:** Venom is strictly intended for **development and testing purposes only**. |
12 |
| -It must be used in full compliance with **WhatsApp's Terms of Service**. |
| 5 | +We are excited to announce that **Venom** is now officially part of the new communication ecosystem: **ERA CONNECT™**, powered and maintained by **VYNECT™**. |
13 | 6 |
|
14 | 7 | ---
|
15 | 8 |
|
16 |
| -## 💡 Key Features |
| 9 | +## ❗ Important Information |
| 10 | + |
| 11 | +As of this announcement, **Venom will no longer continue as an open-source project**. |
17 | 12 |
|
18 |
| -- Full automation of message sending and receiving |
19 |
| -- Support for text, images, videos, audio, and files |
20 |
| -- AI-driven sentence recognition (optional) |
21 |
| -- Modular and flexible architecture for custom solutions |
| 13 | +Instead, Venom will move to a **freemium** model: |
| 14 | +- ✅ The **free version** will still be available with usage limits. |
| 15 | +- 🔒 For **advanced features, multiple sessions, and commercial use**, users will need to upgrade to **ERA CONNECT PRO** (paid license). |
22 | 16 |
|
23 | 17 | ---
|
24 | 18 |
|
25 |
| -## 🛠 Installation |
| 19 | +## 🚀 Why this change? |
26 | 20 |
|
27 |
| -```bash |
28 |
| -npm install venom-bot |
29 |
| -``` |
| 21 | +Over the years, Venom has become one of the most used tools in the market for WhatsApp automation. However, the **open-source model has shown limitations**: |
30 | 22 |
|
31 |
| ---- |
| 23 | +- ❌ Lack of consistent updates and maintenance |
| 24 | +- ❌ Security risks with uncontrolled code copies |
| 25 | +- ❌ No official support or stability guarantees |
| 26 | + |
| 27 | +With the creation of **ERA CONNECT**, we are starting a **new era** focused on: |
32 | 28 |
|
33 |
| -## 🚀 Quick Start Example |
34 |
| - |
35 |
| -```javascript |
36 |
| -const venom = require('venom-bot'); |
37 |
| - |
38 |
| -venom |
39 |
| - .create({ |
40 |
| - session: 'vynect-session', |
41 |
| - multidevice: true // Enable for multi-device support |
42 |
| - }) |
43 |
| - .then((client) => start(client)) |
44 |
| - .catch((error) => console.error(error)); |
45 |
| - |
46 |
| -function start(client) { |
47 |
| - client.onMessage(async (message) => { |
48 |
| - if (message.body.toLowerCase() === 'hi') { |
49 |
| - await client.sendText(message.from, 'Hello! This is an automated response powered by Venom.'); |
50 |
| - } |
51 |
| - |
52 |
| - if (message.body.toLowerCase() === 'image') { |
53 |
| - await client.sendImage( |
54 |
| - message.from, |
55 |
| - 'https://via.placeholder.com/150', |
56 |
| - 'image', |
57 |
| - 'Here is an example image.' |
58 |
| - ); |
59 |
| - } |
60 |
| - }); |
61 |
| -} |
62 |
| -``` |
| 29 | +- ✅ Greater *stability and security* |
| 30 | +- ✅ Continuous development with *professional support* |
| 31 | +- ✅ A solid, scalable and sustainable platform |
63 | 32 |
|
64 | 33 | ---
|
65 | 34 |
|
66 |
| -## 📄 License |
| 35 | +## 🔗 What happens now? |
67 | 36 |
|
68 |
| -Venom is **open-source** under the **MIT License**. |
| 37 | +- Venom users can continue to use the **free version** with limited features. |
| 38 | +- For those who need **unlimited sessions, advanced resources, or commercial use**, the **ERA CONNECT PRO** license will be available. |
69 | 39 |
|
70 |
| ---- |
| 40 | +All future development and updates will happen under the **ERA CONNECT™** brand by **VYNECT™**. |
71 | 41 |
|
72 |
| -## 🌐 About VYNECT™ |
| 42 | +--- |
73 | 43 |
|
74 |
| -**VYNECT™** builds next-generation automation and digital solutions focused on **speed, connectivity, and innovation**. |
| 44 | +## ⚡ Summary |
75 | 45 |
|
76 |
| -Learn more: [vynect.com](https://vynect.com) |
| 46 | +- Venom is now **ERA CONNECT™ Freemium**. |
| 47 | +- No more open-source model. |
| 48 | +- Free access will remain, but with usage limits. |
| 49 | +- ERA CONNECT PRO (paid) will offer premium features, stability, and full support. |
77 | 50 |
|
78 | 51 | ---
|
79 | 52 |
|
80 |
| -🚀 **A new version of Venom is coming soon!** |
81 |
| -📘 **Official documentation will be available soon at:** [vynect.com/venom](https://vynect.com/venom) |
| 53 | +Thank you to everyone who contributed and used Venom over the years. We are proud of this community, and we look forward to welcoming you to this **new era of communication** with **ERA CONNECT™**. |
| 54 | + |
| 55 | +**VYNECT™ — Welcome to the new ERA.** |
0 commit comments