Skip to main content

Deep into WeChat

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wxminer-0.1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

wxminer-0.1.1-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page