WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
4.08k stars 1.38k forks source link

Update README (Big Changes, Improve Everthing) #1091

Open vinikjkkj opened 1 month ago

vinikjkkj commented 1 month ago

Features

whiskeysockets-bot commented 1 month ago

Thanks for your contribution.

The next step is to wait for review and approval to merge it to main repository

The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it.

To test this PR you can run the following command below:

# NPM
npm install @whiskeysockets/baileys@vinikjkkj/Baileys-Public#docs
# YARN v2
yarn add @whiskeysockets/baileys@vinikjkkj/Baileys-Public#docs
Salientekill commented 1 month ago

I really liked it, the only thing that was said above and I also agree is about the connection example.

vinikjkkj commented 1 month ago

I didn't find any errors, everything seems fine, but the method for saving credentials is far from the method for creating a connection, which could cause problems for beginners and non-experts.

added basic auth storage in example on Example to Start, and a note in Connecting account redirecting to example