Page 1 of 1

TiCalc.org stat checker.

Posted: Mon 27 Mar, 2006 6:57 am
by elfprince13
View all the stats for a given author ID# including name, email address and info on all files (s)he has uploaded to ticalc.org. requires Python. I used version 2.4 to make it.

here

Posted: Mon 27 Mar, 2006 8:01 am
by tr1p1ea
Nice work, i have seen a few scripts similar to this ... perhaps you could couple it with an image generator and place it in your sig?

Posted: Mon 27 Mar, 2006 8:35 am
by elfprince13
lol..Kerm tried that and they blocked his site. plus I like the wrapper I have now for my sig.

Posted: Mon 27 Mar, 2006 10:12 pm
by KermMartian
Check out my sig's url. ticalc.org blocking = bah. :(
Edit: oh, apparently I removed it anyway.

Posted: Tue 28 Mar, 2006 5:52 am
by CoBB
Did you cache the data? After all, you only need to update them for any given user if the last update was more than a day ago. And you don't even need to do it as a cron job, simply check the difference every time a signature is requested by someone. That way you wouldn't generate noticeable traffic on ticalc.

Posted: Tue 28 Mar, 2006 6:34 am
by kalan_vod
He was updating everytime the image was shown.

Posted: Tue 28 Mar, 2006 6:38 pm
by KermMartian
coBB: That was the problem - they shut me down before I could implement caching. :/

Edit: *out, not down.

Posted: Wed 29 Mar, 2006 12:14 am
by GuillaumeH
The problem was rather: you didn't implement caching before using it.

Posted: Wed 29 Mar, 2006 2:56 am
by elfprince13
woot. Just got added to ticalc.org.

Posted: Thu 30 Mar, 2006 12:58 am
by KermMartian
...four times. :P :D

Posted: Thu 30 Mar, 2006 1:29 am
by elfprince13
kerm_martian wrote:...four times. :P :D
makes it easier for noobs who dont know to look in different categories.

Posted: Fri 21 Apr, 2006 1:41 am
by anykey
Is this the script that has no GUI and I had to run using an IDE?
You should see the cool stuff I had going on project CalcStat...
If only I could get wxPython to work on my mac. >:(

Posted: Sat 22 Apr, 2006 1:26 am
by elfprince13
probably....just type python it from the command line though.

Posted: Sun 23 Apr, 2006 2:08 am
by anykey
I've talked to JMan (I think it was a while ago), and asked him about a system of XML files for each author that includes ALL of the author's information. This means that we can easily create programs for tracking ticalc stats with very few http requests (they were really slowing down my script). It hasn't happened yet, but if we bug JMan enough it will happen!