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
6.14k stars 1.21k forks source link

How to integrate with Electron? #231

Closed GuilhermeCunha closed 4 years ago

GuilhermeCunha commented 4 years ago

I'm trying to use venom-bot inside a nextron project, but I'm having an error when trying to run venom-bot project inside the rendered part of the project.

Would anyone know how to help me accomplish this integration or have a similar problem to share?

image

joaosouz4dev commented 4 years ago

the error is saying that the module sharp.node was not found. did you install lib before compiling? can you share this project?

GuilhermeCunha commented 4 years ago

the error is saying that the module sharp.node was not found. did you install lib before compiling? can you share this project?

I installed it separately, but it always gives error in a different dependency.

Unfortunately I cannot share the project.

But I would like to know, can I call this script inside Frontend (React)? Or only on NodeJs?

joaosouz4dev commented 4 years ago

I believe that only knotted. for not being able to share I will not be able to help you more than that.