Mass Tweet .txt file Spintax?

FivelSection9

Registered Member
Joined
Dec 2, 2013
Messages
61
Reaction score
2
Okay what I'm trying to do is create or scrape lists of tweets and then apply spintax to all of them. Is there a program that can add spintax to a list of tweets in a txt file?
 
it's pretty easy with notepad++

load/paste your list of tweets one per line into the tool and use search and replace in extended mode:
search what: /r
replace with: }|{
and put "{" at the begginning and "}" at the end of the list manually without the quotation marks of course

i'm on my tablet now, so i can't really try it, but it should work, if it's not ordering the tweets into 1 line, play with the /n /r search strings a bit
 
Wow thats amazing I gotta look into that more. I was doing something not to long ago when a coworker of mine mentioned the replace function, I think in office word.
But yeah I got it, you are a genius sir!!!! I am in your debt thank you. <bows, turns on his heel, and exits graciously>
 
Back
Top