Skip to content

glrh111/wechat_stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeChat Group Message Stat

ws

This repo is intended to collect messages with filter, and export those info.

LICENSE

GitHub watchers GitHub stars GitHub forks GitHub issues GitHub last commit (branch)

Description

base

  • python 3
  • wxpy
  • pyinstaller

export format

Export format could be csv like below:

time(Asia/Shanghai),group_id,group_name,from_id,from_nickname,content_type,content
2019-04-29 11:49:30,8d**89,交大投更搭,e37930,SKEHFGSE,a,a
2019-04-29 11:51:31,8d**89,交大投更搭,e37930,SKEHFGSE,Picture,
2019-04-29 11:51:43,8d**86,交大投更搭,e37930,SKEHFGSE,Text,[捂脸]
2019-04-29 11:51:48,8d**89,交大投更搭,e37930,SKEHFGSE,Text,😳

release

pyinstaller -F src/wechat_stat.py -i assert/favicon.ico

notice

  • just ico

run

  • python wechat_stat.py in src
  • or run .exe in dist

notice

  • press severl Enter may take effort when the program not respond

import csv to Excel

  • open Excel and new a file
  • click Data
  • click from text
  • choose csv file
  • choose seperator and 65001: Unicode(UTF-8), click next step
  • choose only(!) comma
  • click complete

notice

  • copy csv before open it, or new messages won't be written

Releases

No releases published

Packages

No packages published

Languages