marcelja / facebook-delete

Fast facebook activity deletion
MIT License
1.28k stars 48 forks source link

Add rate-limit option #16

Closed charlesangus closed 3 years ago

charlesangus commented 3 years ago

Not sure what the speed Facebook wants us to run at is, but deleting several thousand items got me locked out.

Custom rate-limit option would be swell!

marcelja commented 3 years ago

Did you get rate-limited during the element search or during the deletion process? Because for the searching, it's requesting one by one. We could add an option to wait between requests.

charlesangus commented 3 years ago

I'm afraid I'm not certain if it was during search or delete, and I closed that terminal so I don't have the log anymore (d'oh).

marcelja commented 3 years ago

Thanks :)