A handy Python program to backup WhatsApp chat(s) to an Excel document.
pandas
module (can be installed withpip install pandas
)pushbullet
(can be installed withpip install pushbullet.py == 0.9.1
)openpyxl
library (can be installed withpip install openpyxl
)- Pushbullet API and Access Token
- Python 3
Navigate to src
, then run:
python3 BackupChats.py
in a terminal if you have Mac/Linux.python BackupChats.py
in a terminal if you have Windows.
NOTE: Replace PASTE_ACCESS_TOKEN
(line 5) with your personal Pushbullet access token.