Skip to content

VerifiedJoseph/URLTeamStatsTracker

Repository files navigation

URLTeamStatsTracker

URLTeamStatsTracker is a PHP command line script for tracking hourly, daily and monthly user stats for ArchiveTeam's URLTeam project.

Scripts

  • track.php - Track stats for one or more users.
  • view.php - View tracked stats for one or more users.

Parameters

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.

Cron

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

Requirements

Dependencies

About

PHP script for tracking user stats for ArchiveTeam's URLTeam project.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages