The chatInsights
package make it easy to perform whatsApp group chat analysis using python.
A simple code example:
# import chatInsights class
from chatInsights import ChatInsights
# create obj of ChatInsights class
obj = ChatInsights(r'E:/chat.txt')
obj.active_users()
obj.active_year()
obj.active_month()
obj.active_day()
obj.word_cloud()
- User activity stats
- Weekly message stats
- Monthly message stats
- Yearly message stats
- Word Cloud
Updated soon.
Please use the GitHub issue tracker to submit bugs or request features.
Consult the Changelog page for fixes and enhancements of each version.
Distributed under the terms of the MIT license.