Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi #100

Open
lucasrodes opened this issue Jun 1, 2021 · 2 comments
Open

Hi #100

lucasrodes opened this issue Jun 1, 2021 · 2 comments

Comments

@lucasrodes
Copy link

lucasrodes commented Jun 1, 2021

Hi guys,
Your app looks quite cool. Congrats.

Just passed by to mention my tool https://github.com/lucasrodes/whatstk, which I have been developing for some years now. I believe it might cover some chat formats that your backend tool might not.

Anyway, just an FYI message if you'd want to use it, I'd be happy to help and/or enhance my library based on your needs.

Kind regards, and feel free to close this issue.

@Yashdew
Copy link
Collaborator

Yashdew commented Sep 4, 2021

Sure thing man! We would love to collaborate with you. We are also thinking about v2.0 with a sentiment analysis feature.

@lucasrodes
Copy link
Author

lucasrodes commented Jan 9, 2022

Hi, and sorry for my belated response!

The whatstk library currently provides an easy interface to map a text file to a data frame.

It is straightforward to use and can read a wide variety of chat formats out of the box, without specifying the format itself:

from whatstk import df_from_txt_whatsapp
df = df_from_txt_whatsapp("path/to/chat.txt")

You can install the library via PyPi: pip install whatstk.

If the format was very tricky (I still haven't found any), you can specify it via the argument hformat (see docs).

Having said this, I am happy to jump into a call if you are interested in adopting this library for textfile-to-dataframe parsing part.

Kind regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants