joweich / chat-miner

Parsers and visualizations for chats
MIT License
567 stars 56 forks source link

CLI to parse into csv files #105

Closed joweich closed 12 months ago

joweich commented 1 year ago

Goal

Add a command line interface that allows for parsing chat export files into csv files. In its minimal version, the usage would like like this:

chatminer --parser whatsapp --input chatlog.txt --output export.csv

Jobs to be done:

Exterminator11 commented 1 year ago

Hey @joweich , could I work on this issue?

joweich commented 1 year ago

@Exterminator11 sure, I'm happy to assign this issue to you! πŸ™‚

Exterminator11 commented 1 year ago

Hey @joweich, glad to be working on itπŸ˜ƒ. I was able to come up with a cli.py file and just to ensure I understood the issue correctly, do these screenshots match the functionality you are looking for?

Screenshot 2023-09-10 at 7 52 41 AM Screenshot 2023-09-10 at 7 51 36 AM

At this point I am executing the file using the complete path I am yet to change that to match chatminer --parser whatsapp --input chatlog.txt --output export.csv

joweich commented 1 year ago

@Exterminator11 yes, that's perfect!

Exterminator11 commented 1 year ago

Hey @joweich, I was able to create the command line for it, this is what it looks like.

Screenshot 2023-09-10 at 8 40 03 PM Screenshot 2023-09-10 at 8 40 15 PM

I am a newcomer to open-source contributions πŸ˜…, and I would greatly appreciate your guidance on the subsequent steps.

joweich commented 1 year ago

@Exterminator11 happy to! You'll first commit and push your code changes to your fork of this project. After, you'll open a Pull Request, which I will subsequently merge to the main branch of this project

Exterminator11 commented 1 year ago

Alright, thank you so much for the support:)

joweich commented 12 months ago

Closed via #106