A little implementation of capturing WeChat messages, focusing on group chats. Powered by ItChat.
Requires python3.8.
pip install itchatpython start_generation.py # Hit `Ctrl + C` to stop itAll of messages from one single group chat will be stored in some txt files,
which has the same name of them. And all of files located in a path named by
the date format %b-%d-%Y(e.g. Apr-23-2021).
Results will be several lists, every list contains key-value informations of user name as key, and the number of messages sent as value. The time scope is defined as a 24 hours duration start from yesterday's "stop time" to today's
python get_results.py