𝕏 bot removal tool.
- Set up the credentials.
- Open 𝕏 in your browser.
- Open developer tools' network tab.
- Navigate to your profile's followers list. a. Make sure you open the whole follower list, not just the verified followers.
- Look for a request to the
/Followers
endpoint. - Copy the request as fetch (Node.js) and paste it into 𝕏-remove.
- Extract the API authorization data.
- Remove bots.
- Load your first 50 followers.
- Tick the checkbox to stage a follower for removal.
- Click the big red botton at the bottom to remove ticked follower.
A proxy server is necessary to make cross-origin requests to 𝕏. The server retains minimal data. Logs that include your user ID and the removed follower's ID are kept. Everything else is in your browser.
𝕏-remove requires TLS encryption so your authorization token is private.