- Feb 19, 2020
- 1,260
- 67
Is there a tool that I can mass auto accept follow requests on twitter? I have thousands of pending follows and I'm tired clicking it one by one
I'll check it now.Check Twitterdub tool one time payment. You can do a lot of thing.
Not sure if this still works, but if you switch to unprotected state and back it use to accept all the followers. You then put it back in protected state. I have no way to confirm if this still works, but it use to.
A JavaScript code can do the work. Not what you need, but here is an idea to get you started.
Code:https://gist.github.com/underdown/c5aef190005204f32c6f
You need to open Developer Tools on any browser, and paste the code. That isn't what you need, but to have an idea how it works. What you need is a for loop to find all buttons that needs to be clicked and then click on them, with a small delay, so Twitter limit your account.How to apply this javascript code?
Please explain what function we can done with java script code on twitter...A JavaScript code can do the work. Not what you need, but here is an idea to get you started.
Code:https://gist.github.com/underdown/c5aef190005204f32c6f