Current situation:
I am well aware of the stat center and i'm looking for something like. This Stat center is an excellent script that collect various information about how many messages the user sends and recieves and what kinds of messagetypes the user sends and recieves. Sadly though Stat center only tells me that i've been online 88 hours in the past 12 days so it gives no clue when my friends would be the most easily avaliable on arvage and on the other hand what part of my messenger usage is such idle time that should be used otherwise.
Solution 1:
Stat center could be further developed also to write down which hours of the day are the most active and which hours of the day should be spent off computer. Stat center just happens to be already such a large script that it would be somewhat pain in the ass to add this feature to it. After all Stat center has its own statistics for each and every contact on the list already.
Solution 2:
A new script could be made just to monitor on which hours are the most messages recieved. As i see this, this very very simple script would only store 24 values and provide some way to look at those 24 values to see when messenger would be used most efficiently.
- 24 values, one for each hour of the day
- code needed to store those 24 values
- code needed to know how much the time is
- code needed to add one to the value currently in progress
whenever a message arrives
- some sort of viewer for the information collected
Could someone help me on this, shouldn't take too long
I would do this myself if i could.