auth_token import

Support / help / discussion forum for twitter bot
Post Reply
biagle
Posts: 571
Joined: Mon May 16, 2016 2:58 pm

auth_token import

Post by biagle »

hey, is it possible to import accounts with auth_token?
biagle
Posts: 571
Joined: Mon May 16, 2016 2:58 pm

Re: auth_token import

Post by biagle »

even if i try to import
username,pass,email - does not work, 0 acc imported

i want to import username, password, email, aut token.

if i try to import it with costum import
username,aut_token - does not work too
User avatar
martin@rootjazz
Site Admin
Posts: 36700
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auth_token import

Post by martin@rootjazz »

For help with CUSTOM IMPORT, see the forum post:
viewtopic.php?f=15&t=10730

Note, you MUST use the CUSTOM IMPORT link, NOT the import button.
You must specify the format of your file on the first line*

line1: spec
line2+ the details of accounts



* If you want to use custom column separation character (default is ,) then you must use the format:
line1: separation character
line2: spec
line3+ the details of the accounts.


Any issues / question, please use the forum post above for further support


--------------------------------


Example of custom import with twitter auth token:
http://rootjazz.com/forum/viewtopic.php?f=32&t=12052


Example file online (with twitter auth / 2fa):
https://rootjazz.com/twitterdub/importeg.txt

Example file with : separator (with twitter auth / 2fa)
https://rootjazz.com/twitterdub/importeg2.txt



Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 36700
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auth_token import

Post by martin@rootjazz »

biagle wrote: Thu Feb 06, 2025 8:37 am
username,aut_token - does not work too
aut_token is invalid

use:

Code: Select all

auth
All detailed on the above linked post including examples (which should be linked from the app as well)
Post Reply