the traffic from twitter sucks because it's full of bots...
Code:
Stats for about 3-4 days ( using just 10 socks proxies )
wc -l log
613589 log
grep BOT log | wc -l
259133
grep -v BOT log | wc -l
354456
from 610k hits 260k are bots ( not including bing bots - i redirect bing bots to some other place)
this is how i separate most of the bots
Code:
if
(
$a == '' ||
stristr($a , "bot") ||
stristr($a , "butterfly") ||
strstr($a,"MFE") ||
stristr($a , "voyager") ||
stristr($a, "UnwindFetchor") ||
stristr($a , "postrank") ||
stristr($a , "metauri")
)
unique ip stats: ( not visits, not clicks ) - bots + human (NOT including bing bots ) :
Code:
[br] => 21 , 919% 49922
[us] => 18 , 103% 41231
[jp] => 15 , 338% 34934
[nl] => 4 , 294% 9781
[mx] => 4 , 076% 9284
[es] => 3 , 592% 8181
[gb] => 3 , 382% 7703
[id] => 3 , 299% 7514
[fr] => 2 , 288% 5211
[ve] => 2 , 223% 5064
hits from ip's - bots + human (NOT including bing bots ) :
Code:
65 dot 52 dot 6 dot 105 231352 NetName: MICROSOFT-1BLK
46 dot 20 dot 47 dot 43 93626 Netname: DE-MYLOC-THORSTENSSON ( isp imo )
49 dot 212 dot 80 dot 60 80291 Netname: SAKURA-OSAKA ( isp imo )
65 dot 52 dot 21 dot 72 73548 NetName: MICROSOFT-1BLK
65 dot 52 dot 17 dot 111 58921 NetName: MICROSOFT-1BLK
174 dot 254 dot 17 dot 21 15422 NetName: WIRELESSDATANETWORK ( verizon )
72 dot 44 dot 56 dot 219 12245 NetName: AMAZON-EC2-2
65 dot 52 dot 110 dot 18 11941 NetName: MICROSOFT-1BLK
174 dot 252 dot 17 dot 183 11686 NetName: WIRELESSDATANETWORK ( verizon )
65 dot 52 dot 104 dot 88 11636 NetName: MICROSOFT-1BLK
i'm using custom software that can create it's own accounts , set them up , spam the shit out of them and then do it all over again
average lifetime of an account ( 1-5 hours )
average following/followers per day = 0
average tweets per day per account 20 ( 5 mentions per tweet )
average tweets per lifetime per account 20
average accounts per day: a shitload
edit: the software is primarily targeting people online right now so account lifetime is irelevant
PS : i'm considering making a marketable tool and sell/rent it , would anyone consider buying it ? and at what price (lifetime or subscription) - i'm trying to see if it's worth it financially