Skip to content

xleven/wxminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WX Miner

Deep into WeChat

With an iTunes backup, wxminer helps you delivering a full analysis of your WeChat data including sessions, contacts, chats and all.

Install

$ pip install wxminer

Usage

Say if you want to export a friend chat:

$ python -m wxminer --user "user_id" \
                    --friend "friend_id" \
                    --sdate "2023-01-01" \
                    --output "chat.csv"

or you prefer a pandas dataframe:

from wxminer import WeChat

wx = WeChat("user_id")
df_chat = wx.get_friend_chat("friend_id", st="2023-01-01")

Roadmap

  • chats export
  • session export
  • moments export
  • daily dashboard
  • annual report
  • chat mining

License

MIT

About

Deep into WeChat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages