Skip to content

Commit 473b740

Browse files
authored
Update README.md
1 parent 5538f5c commit 473b740

File tree

1 file changed

+32
-58
lines changed

1 file changed

+32
-58
lines changed

README.md

Lines changed: 32 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,55 @@
1-
# 🚀 Venom by VYNECT™
1+
# 🚨 VENOM IS NOW PART OF ERA CONNECT™ BY VYNECT™
22

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,
54

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™**.
136

147
---
158

16-
## 💡 Key Features
9+
## ❗ Important Information
10+
11+
As of this announcement, **Venom will no longer continue as an open-source project**.
1712

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).
2216

2317
---
2418

25-
## 🛠 Installation
19+
## 🚀 Why this change?
2620

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**:
3022

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:
3228

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
6332

6433
---
6534

66-
## 📄 License
35+
## 🔗 What happens now?
6736

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.
6939

70-
---
40+
All future development and updates will happen under the **ERA CONNECT™** brand by **VYNECT™**.
7141

72-
## 🌐 About VYNECT™
42+
---
7343

74-
**VYNECT™** builds next-generation automation and digital solutions focused on **speed, connectivity, and innovation**.
44+
## ⚡ Summary
7545

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.
7750

7851
---
7952

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

Comments
 (0)