this?I am trying to upload the tweets to my tweetadder3 but its keep on crashing. Any body have any solution
List is good. I took all spaces out so I can throw them all in to tweetadder.
Only thing is some of the tweets are a bit user specific - like some refer to the poster as being a blonde etc - so need to be carefully which ones you post.
this?
You can remove the longer than 140 chars lines easily in Notepad++:5 years on and still relevant - Thanks given (y)
Downloaded and cleaned the list (got about 2500~ unique tweets after cleaning)
I loaded them into our software.. Most are under 140 charecters but the odd few are slightly over
I did notice some of the tweets were using adult orientated language (praying they wont be an issue with my accounts)
Great share
Can you tell me what software did you use to clean the list?5 years on and still relevant - Thanks given (y)
Downloaded and cleaned the list (got about 2500~ unique tweets after cleaning)
I loaded them into our software.. Most are under 140 charecters but the odd few are slightly over
I did notice some of the tweets were using adult orientated language (praying they wont be an issue with my accounts)
Great share
same as the poster above you - I used notepadd++ and regexCan you tell me what software did you use to clean the list?
Notepad++ with the TextFX plugin should do the automatic cleaning part: e.g. remove duplicate lines. Replace using regex to remove lines longer than 140 chars or remove lines which contain urls. If you know your way around regex a bit, these are all easy to do or you can just google it, you'll find the regex codes on stackoverflow most of the time.Can you tell me what software did you use to clean the list?