joweich / chat-miner

Parsers and visualizations for chats
MIT License
566 stars 57 forks source link

AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_into_df' #53

Closed ComradeWave closed 1 year ago

ComradeWave commented 1 year ago

When i try to export data from telegram, it always gives me AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_into_df'

I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.

massimopavoni commented 1 year ago

When i try to export data from telegram, it always gives me AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_intro_df'

I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.

I'm sorry, did you write parse_file_into_df or parse_file_intro_df?

ComradeWave commented 1 year ago

When i try to export data from telegram, it always gives me AttributeError: 'TelegramJsonParser' object has no attribute 'parse_file_intro_df' I made a simple code to import data, but do i have to specify something in 'parser.parse_file_intro_df()' ? I'm a newbie to Python, so please, bare with me.

I'm sorry, did you write parse_file_into_df or parse_file_intro_df?

My bad, it was into!

massimopavoni commented 1 year ago

Ok, that is the case, but it still doesn't work?

ComradeWave commented 1 year ago

Ok, that is the case, but it still doesn't work?

God, i'm so stupid lmao, that was the error, thanks for the help!

massimopavoni commented 1 year ago

Don't worry, it can happen, do check thoroughly before filing issues.