/conta_buongiorno

Conta Buongiorno is a playful project that analyzes morning greetings in a family WhatsApp group. It tracks the frequency and timing of "buongiorno" messages, showcasing a blend of technology and cultural tradition.

Primary LanguagePythonMIT LicenseMIT

Conta Buongiorno 🌞

Python 3.9 PDM License MIT GitHub

Description 📝

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.

Installation 💻

  1. Ensure you have Python installed on your system.
  2. Clone the repository: git clone git@github.com:geiker/conta_buongiorno.git.
  3. Navigate to the project directory.
  4. Install dependencies using PDM: pdm install.

Usage 🚀

  1. Export your WhatsApp chat:
    • Open the chat in WhatsApp.
    • Tap More options > More > Export chat.
    • Choose 'Without media'.
  2. Save the exported chat as chat.txt in the project directory.
  3. Run the script: python main.py ./chat.txt.

Exporting WhatsApp Chat 📲

For detailed instructions on how to export your WhatsApp chat, refer to the official WhatsApp FAQ.

Contributing 🤝

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License 📄

This project is open-sourced under the MIT License. See the LICENSE file for details.

Notes 📌

  • 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.