My First Package on PyPI!

hassnhamada

HassnHamada

Posted on February 4, 2024

My First Package on PyPI!

🎉 Introducing WhatsApp Chat Parser 🎉

Hello Dev community!

Today, I'm thrilled to share a milestone that I've reached in my coding journey. I've just published my very first package to PyPI, that is WhatsApp Chat Parser!

🚀 About WhatsApp Chat Parser

WhatsApp Chat Parser is a tool that makes it easier for everyone to extract and analyze their WhatsApp chat histories. Whether you're a researcher, marketer, or just someone curious about your chat patterns, this tool is designed to help you parse through the data with ease.

Here's a quick rundown of what you can do with it:

  • Extract conversation data including datetime, sender, and message content.
  • Parse chat logs into a user-friendly Pandas DataFrame.
  • Directly output a CSV file from the command line for further analysis.

🛠️ How to Install

You can install the package with a simple pip command:

pip install whatsapp-parse
Enter fullscreen mode Exit fullscreen mode

📈 Future Updates

I'm already planning some exciting updates, including:

  • Support for additional date and time formats.
  • More output formats for different use cases.
  • Handling media attachments to get a comprehensive view of your chat data.

🤝 Contributing

I wholeheartedly welcome contributions to the WhatsApp Chat Parser project. If you have any suggestions, ideas, or improvements, feel free to give me any feedback, since I believe that I grow on critics.

Cheers, Hassan Hamada

Disclaimer: This post was written by Cody and edited by me for clarity and personal touch.

💖 💪 🙅 🚩
hassnhamada
HassnHamada

Posted on February 4, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

My First Package on PyPI!
python My First Package on PyPI!

February 4, 2024