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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wxminer-0.1.1.tar.gz.
File metadata
- Download URL: wxminer-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.11 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
515e249bf966fcb197a519bd6992ff4171127e70dd735b22a6160ea6ec408266
|
|
| MD5 |
4fd5a73601410392b1de12449c7c7c65
|
|
| BLAKE2b-256 |
48607592a3a7dba0fe534da5df089af49bf9b3337ca3dfd81871756cd17743e9
|
File details
Details for the file wxminer-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wxminer-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.11 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd872616a05abe98b8a1e849930dfce6270d9dfead347919c0465c4a4a78642
|
|
| MD5 |
6c15b8252e5a90b9bc371134060b2e8a
|
|
| BLAKE2b-256 |
c54b06cd70660d6fffe8932dac791a67b201131a1cdf55d0de522f7775ff9986
|