Skip to content

Fit an n-gram Markov-Model to WhatsApp chat history

Notifications You must be signed in to change notification settings

Pickersgill/WAMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAMM, WhatsApp Markov Models…

Download the group chat history like so. Do not use the history including media, this will not work.

Follow the steps to produce new messages.

Warning

This tool was made before/during the Facebook/Meta takeover of WhatsApp. I am not actively maintaining it and I do not expect their message log formats to remain the same, or even available, indefinetely.

How to use.

Install the requirements:

pip3 install -r requirements.txt

Run the program (go.py) giving your WhatsApp history:

python3 go.py <your-chat-history>.txt  

For further help use the argparse hints:

python3 go.py -h

About

Fit an n-gram Markov-Model to WhatsApp chat history

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages