convert the the HTML into a tibble/dataframe
Arguments
- html_file
the HTML file path
Details
from html file of the exported chats of telegram, get a dataframe with chat name, message id, date time, user name, text and link to audio/video`
Examples
html2df("~/Downloads/Telegram Desktop/ChatExport_2023-12-16/messages.html")
#> Error: '~/Downloads/Telegram Desktop/ChatExport_2023-12-16/messages.html' does not exist.