Deleting comments not working? #85
Open
by ghost opened 6 years ago
·
12 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When I pass the parameter "-M comments" it logs me in but as soon as it navigates to the comments it just stops and closes chrome. Should deleting comments work or is it still a work in progress?
Thanks
@odzeno Oops, yeah, that should have been removed from the latest release. My bad. It's still a WIP.
I removed the option for now, and I'll keep this issue open to track completing the work
https://github.com/weskerfoot/DeleteFB/pull/86
I'm hoping to start up work again on this soon
Would be great!
Seems to be a commonly requested thing, so I'll prioritize working on this next.
How far with this @weskerfoot ?
I can help you finish it.
@esirK If you want to work on it I can review it for you. There is some code to get you started here https://github.com/weskerfoot/DeleteFB/blob/master/deletefb/tools/comments.py
Also, I had intended on using this as well
8896549318/deletefb/types.py (L29-L34)
Thank you. Ill start working on it today.
Any updates on deleting comments?
I'm thinking of changing things to delete from the activity log, which
would delete comments as well. It's being tracked in a different issue.
On Wed., Feb. 5, 2020, 3:34 p.m. Matthew Buckman, notifications@github.com
wrote:
Hi, I created a script which can delete comments by sending deletion requests in parallel (https://github.com/marcelja/facebook-delete). Maybe this can help you.