Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Deleting comments not working? #85

Open
ghost opened this issue Aug 25, 2019 · 12 comments
Open

Deleting comments not working? #85

ghost opened this issue Aug 25, 2019 · 12 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Aug 25, 2019

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

@weskerfoot
Copy link
Owner

@odzeno Oops, yeah, that should have been removed from the latest release. My bad. It's still a WIP.

@weskerfoot weskerfoot added the bug Something isn't working label Aug 25, 2019
@weskerfoot
Copy link
Owner

I removed the option for now, and I'll keep this issue open to track completing the work

#86

@weskerfoot weskerfoot added the enhancement New feature or request label Aug 25, 2019
@weskerfoot
Copy link
Owner

I'm hoping to start up work again on this soon

@ghost
Copy link
Author

ghost commented Sep 5, 2019

Would be great!

@weskerfoot
Copy link
Owner

Seems to be a commonly requested thing, so I'll prioritize working on this next.

@esirK
Copy link
Contributor

esirK commented Nov 7, 2019

How far with this @weskerfoot ?
I can help you finish it.

@weskerfoot
Copy link
Owner

@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

@weskerfoot
Copy link
Owner

Also, I had intended on using this as well

@attr.s
class Comment:
commenter = attr.ib()
content = attr.ib()
date = attr.ib(factory=pendulum.now)
name = attr.ib(factory=lambda: uuid.uuid4().hex)

@esirK
Copy link
Contributor

esirK commented Nov 8, 2019

Thank you. Ill start working on it today.

@mabuckman
Copy link

Any updates on deleting comments?

@weskerfoot
Copy link
Owner

weskerfoot commented Feb 5, 2020 via email

@marcelja
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants