Programme (python) to get time logs for each project in Teamwork Projects using Teamwork API.
Specifically this file will:
- Access TeamworkAPI
- Gets all company project id's
- Loops through each id to obtain total time per project in declared fromDate and toDate
- Stores name, id and time totals in a csv
- Uploads CSV to google sheet
Further info: