orkestral / venom

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp.
https://orkestral.io
Apache License 2.0
5.93k stars 1.12k forks source link

Request for adding new Feature :: link with mobile number so don't want to connect with Qr Code #2731

Open tls-jil opened 2 months ago

tls-jil commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

tls-jil commented 2 months ago

as wppconnect have feature like catchLinkCode which is return the 8 digit code for login using phone number which i pass

wppconnect .create( { session: connectionId, phoneNumber: "", catchLinkCode: (code) => { console.log(code); }, )

tls-jil commented 2 months ago

is there any way to get that code because when ever i try to login with QR code after 60 or 120 second the mobile not able to connect it, because i think there is so many conversation in whatsapp so it's take too much time to connect any sync the chat\

but when i try it with WPPConnect using catchLinkCode or even manually using code it's sync and load chat