[METHOD] Auto-Generate Twitter Bio's

VeronicaS

Newbie
Joined
Nov 23, 2013
Messages
19
Reaction score
3
It isn't much, but this helped me, so I thought it might help others, too. If you want to auto-generate Twitter bio's, you can use a site like twitterbiogenerator-dotkom (first one I found on Google). If you only want a few bio's, it's easy enough to just click the generate button a few times. However, if you want hundreds of bio's, it's a hassle to keep pushing the generate button and copy-pasting the bio's to file. So, assuming you have iMacros, go to twitterbiogenerator-dotkom and run the following macro as a loop for however many bio's you want:

Code:
SET !EXTRACT_TEST_POPUP NO
TAG POS=1 TYPE=A ATTR=TXT:Generate<SP>Bio
TAG POS=1 TYPE=TEXTAREA ATTR=ID:bio EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=* FILE=bios.csv
WAIT SECONDS=1

I hope this helped others like it helped me.

(Sorry, I can't post links, so I hope the URL I tried writing is clear. If not, someone else with more privileges than me, please post the URL in case it's not clear from my post.)
 
Last edited:
Back
Top