Honestly I have no idea but over the past month, my blog has grown to
10,484 Posts 92,112 Comments..... with a measly 5694 tweets & 74 followers! Google is constantly crawling trying to catch up![]()
I read from a Twitter staff member on a Google Forum that it was 1000 tweets per day on established accounts, but for new accounts (under 3 months old) run about 150 per day to be safe, also have to tools running on the same account at the same time, have opne tool tweeting and one following, makes everything look random and human like
I did some tests with an imacro running automatically. I was promoting some CPA offers and had a redirect link in the tweet.
1. If you want to keep posting the exact same link and tweet, you need to wait 6 minutes between tweets. (obvious spam - didn't do this for very long) You can tweet all you want if you don't have a URL embedded.
2. If you post random tweets with different URLs, you can post much faster. I had this on a 3-4 minute cycle with the same URL showing up every other tweet. (I was going back and forth between two redirect URLs, but changed up the text over 25 tweets or so.)
Ran #2 for 12 hours at a time over the course of a few days. Never got banned. Never got CONVERSION either...so oh well.![]()
When you say different URLs, do you mean different TLDs all together, or different 'total' url.. like bit.ly/23j234ljsd and bit.ly/h5jf8ddl would be considered different URLs?
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE twitter-auto.csv
SET !DATASOURCE_COLUMNS 1
'>>>>>>>>>>> 01 <<<<<<<<<<<
SET !DATASOURCE_LINE 1
URL GOTO=http://twitter.com/
TAG POS=1 TYPE=A ATTR=ID:home_link
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://twitter.com/status/update ATTR=ID:status CONTENT={{!COL1}}
TAG POS=1 TYPE=SPAN ATTR=TXT:Tweet
WAIT SECONDS=200
'>>>>>>>>>>> 02 <<<<<<<<<<<
SET !DATASOURCE_LINE 2
TAG POS=1 TYPE=A ATTR=ID:home_link
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://twitter.com/status/update ATTR=ID:status CONTENT={{!COL1}}
TAG POS=1 TYPE=SPAN ATTR=TXT:Tweet
WAIT SECONDS=377
'>>>>>>>>>>> 03 <<<<<<<<<<<
SET !DATASOURCE_LINE 3
TAG POS=1 TYPE=A ATTR=ID:home_link
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://twitter.com/status/update ATTR=ID:status CONTENT={{!COL1}}
TAG POS=1 TYPE=SPAN ATTR=TXT:Tweet
WAIT SECONDS=232
'>>>>>>>>>>> 04 <<<<<<<<<<<
SET !DATASOURCE_LINE 4
TAG POS=1 TYPE=A ATTR=ID:home_link
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://twitter.com/status/update ATTR=ID:status CONTENT={{!COL1}}
TAG POS=1 TYPE=SPAN ATTR=TXT:Tweet
WAIT SECONDS=412