Closed Jarrodsz closed 2 years ago
Any updates on this?
Any updates on this?
This tool only pulls data from the chat.do file. It does not perform any write actions on chat.db itself. If you need to delete messages you would need to write code that implements the sql needed to delete from chat.db
Ok thank you
Woudent this be a nice addition to the library? Any suggestions where to start implementing this?
If we have the message id we would need to write a delete sql statement and make it available true a function call.
I'm not sure it fits the nature of what this project is supposed to be. Maybe @niftycode could provide input. To implement should be easy enough so long as there aren't any issues with permission on the chat.db file. I think having FetchData.get_messages()
return a class object rather than a tuple would make managing methods easier. From there you can have a delete
method that does what you describe.
Not able to figure out how I could remove messages after reading them?
Would it be possible to somehow delete the message or any suggestions on how to get this functionality? kind regards