Skip to content
Sandro Smarzaro edited this page May 29, 2024 · 4 revisions

🚀 How To Run

1º Create a .ENV

First you need to create a .env file in the root of the project, duplicate the .env.example file and rename it to .env, then fill in the fields with the necessary data.

RESENHA_ID=[email protected]
RESENHA_TEST_ID=[email protected]
RESENHAZORD2_ID=[email protected]
GEMINI_API_KEY=Abcderfgijklmnopqrstuvwxyz1234567890

Note: If you don't have the Resenha ID, RESENHA_TEST_ID and RESENHAZORD2_ID you must use your own WhatsApp number in RESENHAZORD2_ID and of some group in RESENHA_ID or RESENHA_TEST_ID.

2º Runnig the project

Now you can run the project with the using yarn:

yarn start

Note: If you have the session of Resenhazord2, you need paste the file in .src/auth/session/ if not, you need to scan the QRCode with your WhatsApp. Like:

image

Clone this wiki locally