ytreporty is currently in pre-alpha.
ytreporty is a command-line tool and Python package for interfacing with the YouTube Reporting API. It manages the API’s authorization process and provides access to the API’s resources and methods. In particular, ytreporty:
- Schedules and deletes reporting jobs with YouTube's reporting servers
- Retrieves information about report types, reporting jobs, and specific reports
- Fetches individual reports
ytreporty performs these operations by managing authorization credentials and using standard HTTP requests, performed according to the YouTube Reporting API documentation.