TwitterSafe!

By David Rodrigues Last update Jun 20, 2008 — Installed 514 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
PatrickTulskie User

Just one small thing... in this line here:
R=((2*v1+v2)/3)*(v4/T)*(1+Math.log(v3+1));

With the v1+v2 you are combining 2 strings before multiplying by 2. For example I have 91 followers and 96 I'm following... this creates a number of "9691" and then multiplies by 2.

This obviously throws off your calculation.

A fix would be:
R=((2*Number(v1)+Number(v2))/3)*(v4/T)*(1+Math.log(v3+1));

Or you could cast v1 through v4 to numbers in the variables earlier in the script for additional accuracy. Javascript is such a pain in the ass sometimes.

 
rebel_leader User

Seems not to work with every twitterer / follower, at least in my case...Mozilla Firefox v.3.0, WinXP Pro SP3 win32

 
David Rodrigues Script's Author

Version 0.9.9

Twitter changed some things over the past few days so they broke this script. I've updated it no recalculate the TwitteRank again... until Twitter breaks it again...

Thank you all for alerting me to the change in Twitter.

 
teukkam Scriptwright

I guess something has changed on twitter, it is showing N.N. is a bot, alert!; TR=NaN for everyone.

 
Bill Williams Scriptwright

Kudos - great script.

 
David Rodrigues Script's Author

Version 0.9.8

This version changes the Evan Prodromou social scale. Now, if the Twitter Rank TR < 6 the Evan Prodromou social scale is different and will take into account that probably the user is just starting twittering...

 
David Rodrigues Script's Author

Version 0.9.6

Twitter made small changes in the layout of the user pages and it broke the TwitterSafe! Please upgrade to this version to use TwitterSafe! again.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel