Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 886 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 886 Bytes

Automatic-AC

Automatic loading of time records onto an ActiveCollab service.

Requirements:

Python 2.7.x

PyYAML

Requests

  • All the platforms: pip install requests

Usage:

python auto_ac.py [-a|--autodate] [-c|--commit] [-r|--random]

Where:

  • -a or --autodate is used to use the current week as the week to load time records to.

  • -c or --commit is used to commit the records onto the ActiveCollab server (needs to be set explicitly!).

  • -r or --random is used to uniformly distribute time among the tickets across a day automatically.