How to convert Email : Password to Username : Password?

ykevontr

Newbie
Joined
Feb 13, 2012
Messages
9
Reaction score
0
My text list is all email : password but most bots only accept username : password. Anybody know how I can change this to username : password?
 
use openoffice and rearrange the rows and export with : delimiter to csv format then rename .csv to .txt had to do something similar with YT and TW accounts i purchased off xgcmedia in order to get rid of the emails and leave just the username:password, btw who wants some 18 months old AOL and hotmail accounts never used haha:D

give thanks if it works for ya...im fishin for thanks nowadays tryin to give back u know
 
Last edited:
If you just need to remove the @emailaddress you can easily do this with regular expression.

Alternatively: Import into excel with delimiter. Replace all instances of @email.com with "" (space)
 
Last edited:
Do you mean the username will be the email minus the email.com ?

If so you could make a simple program to do it, then again if you could program you probably would have already done that.
 
import the csv into excell - cut and paste it and save it again
 
You can do it as people above me suggested, or write a simple bot that will swap the lists.
 
I'm not talking about username like if the email was

asdfksdf AT something. domain
I want to find out their Twitter username to replace it
 
Back
Top