lc-at / kyros

Python wrapper for WhatsApp Web API websocket communication (based on https://github.com/sigalor/whatsapp-web-reveng)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile

Nucito opened this issue · comments

How i can load session from file and get the data from number? like the photo and the status message.

You can take a reference from this page.
Save the session to a file using the Session.save_to_file method. Load it using the Session.from_file method.