The conta_buongiorno
project is a Python script developed to analyze morning greetings in family WhatsApp group chats. It tracks the frequency and timing of "good morning" messages, providing insights into daily communication patterns.
- Ensure you have Python installed on your system.
- Clone the repository:
git clone git@github.com:geiker/conta_buongiorno.git
. - Navigate to the project directory.
- Install dependencies using PDM:
pdm install
.
- Export your WhatsApp chat:
- Open the chat in WhatsApp.
- Tap More options > More > Export chat.
- Choose 'Without media'.
- Save the exported chat as
chat.txt
in the project directory. - Run the script:
python main.py ./chat.txt
.
For detailed instructions on how to export your WhatsApp chat, refer to the official WhatsApp FAQ.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is open-sourced under the MIT License. See the LICENSE file for details.
- This project was created for fun and should be used for entertainment purposes.
- The script provides basic analysis and is not intended for advanced data science applications.