FixTweet / elongator

Account proxy for Twitter API
MIT License
24 stars 3 forks source link

Getting the auth_token #1

Closed alex-martin-mm closed 9 months ago

alex-martin-mm commented 1 year ago

Hello,

I apologize for the novice question.

But how can I get the auth_token required by the credentials file? I've successfully deployed FixTweet to Cloudflare Workers however, I am having issues with NSFW videos and require Elongator for that.

The auth_token is required for Elongator to function since passwords aren't being used currently.

Where can I get the auth_token for the Twitter account I plan to use with Elongator? Is it the same as the Bearer Token?

Thank you.

dangeredwolf commented 1 year ago

auth_token comes from the cookie of a currently logged-in Twitter web app session. Sorry I think I overlooked that in the documentation, this is still a somewhat experimental module.

alex-martin-mm commented 1 year ago

Thank you so much for your prompt response. I used an extension to get the auth_token from browser cookies and it's working perfectly.

No worries. You're awesome for creating this.

dangeredwolf commented 1 year ago

Sweet, glad it worked for you.