Skip to content

A handy Python program to backup WhatsApp chat(s) to an Excel document.

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/Export-WhatsApp-Chats-to-Excel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Export WhatsApp Chats to Excel

About

A handy Python program to backup WhatsApp chat(s) to an Excel document.

Prerequisites

  • pandas module (can be installed with pip install pandas)
  • pushbullet (can be installed with pip install pushbullet.py == 0.9.1)
  • openpyxl library (can be installed with pip install openpyxl)
  • Pushbullet API and Access Token
  • Python 3

Implementation

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.

About

A handy Python program to backup WhatsApp chat(s) to an Excel document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%