Upload user using auth_token Twitterdub

Support / help / discussion forum for twitter bot
Post Reply
Chief6116
Posts: 6
Joined: Fri Jun 02, 2023 1:18 pm

Upload user using auth_token Twitterdub

Post by Chief6116 »

I’ve looked at some threads on here to no avail
I received accounts with only the auth_token cookie
Is this available for upload into Twitterdub?
If so can someone please explain for me?
I tried exporting cooking to json then base 64 etc

Would be great if I could mass upload
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Upload user using auth_token Twitterdub

Post by martin@rootjazz »

you can with CUSTOM IMPORT (accounts tab > custom import link and there is an INFO link for "info" on how to do it

BUT you will need the username of the account as well. You cannot do it with ONLY the auth token at this time



Regards,
Martin
Chief6116
Posts: 6
Joined: Fri Jun 02, 2023 1:18 pm

Re: Upload user using auth_token Twitterdub

Post by Chief6116 »

I’m trying to do it, at least I believe correctly.
Maybe I’m being dumb lol.
I’m downloading a txt file with
Username,auth_token
Trying to upload that?
Is this correct?
From what I’m reading in that thread it seems like that’s how it is supposed to be.. could be horribly wrong however. Probs am
Chief6116
Posts: 6
Joined: Fri Jun 02, 2023 1:18 pm

Re: Upload user using auth_token Twitterdub

Post by Chief6116 »

Now I put
Username,cookies
UN,auth_token
Base64 code

Which after reading more deeply thought that would be it and still not working
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Upload user using auth_token Twitterdub

Post by martin@rootjazz »

Chief6116 wrote: Fri Jun 02, 2023 9:19 pm Now I put
Username,cookies
UN,auth_token
Base64 code

Which after reading more deeply thought that would be it and still not working
Custom spec would be:

Code: Select all

username,auth



Regards,
Martin
Chief6116
Posts: 6
Joined: Fri Jun 02, 2023 1:18 pm

Re: Upload user using auth_token Twitterdub

Post by Chief6116 »

Ok great thank you!
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Upload user using auth_token Twitterdub

Post by martin@rootjazz »

from the next update, any of the following will work for auth_token in the custom import

auth
auth_token
authtoken


My apologies, I should have allowed all of them from the start, as opposed to just "auth". Hopefully that will help others in teh future



Regards,
Martin
Emin
Posts: 449
Joined: Mon Apr 22, 2019 6:54 am

Re: Upload user using auth_token Twitterdub

Post by Emin »

you can just put json cockies instead of the authtoken?
Post Reply