whatsapp-client
whatsapp-client copied to clipboard
Multiple sessions
Now the session file are defined manually in this constructor method:
https://github.com/LibreCodeCoop/whatsapp-client/blob/c2a3a951a163757dacb8e0bbd1b1a6e9120b7a19/src/Client.php#L33
- [ ] when the session file is not defined in the constructor, put the phone number of account in the session filename.
- [ ] prefix all sessions files or put a extension to a file or put the files in a session directory
- [ ] put the sessions files in
.gitignore