URLTeamStatsTracker is a PHP command line script for tracking hourly, daily and monthly user stats for ArchiveTeam's URLTeam project.
track.php- Track stats for one or more users.view.php- View tracked stats for one or more users.
Use --user to track a single user or --users track multiple users (separate each username with a comma).
Supported update types: --hourly, --daily and --monthly.
For a single user:
0 0 * * * php track.php --user=VerifiedJoseph --daily
0 0 1 * * php track.php --user=VerifiedJoseph --monthly
For multiple users:
0 0 * * * php track.php --users=user1,user2 --daily
0 0 1 * * php track.php --users=user1,user2 --monthly