how to check
you need your twitter auth token to check
🔒 your token is safe: we don't store it. it's only used to check nikita's profile and then immediately discarded. promise.
why manual? twitter's "free" API is a joke. they want $200/month just to check if you're blocked. so we had to do this kung fu workaround for basic bitch functionality. thanks elon 🙄
getting your auth token:
- go to x.com (make sure you're logged in)
- press F12 to open dev tools
- go to Application tab (chrome) or Storage tab (firefox)
- click on Cookies, then click on https://x.com
- find the cookie named
auth_token
- copy the value and paste it below