{"id":22104506,"url":"https://github.com/virtru/audit-export-client","last_synced_at":"2025-07-25T02:31:20.301Z","repository":{"id":34390093,"uuid":"143443994","full_name":"virtru/audit-export-client","owner":"virtru","description":"Python based Virtru Audit Export Client.","archived":false,"fork":false,"pushed_at":"2024-08-27T17:00:04.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":39,"default_branch":"main","last_synced_at":"2024-08-28T15:26:30.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":"auditclient.py","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-03T15:28:57.000Z","updated_at":"2024-08-27T22:37:14.000Z","dependencies_parsed_at":"2024-08-27T15:29:03.711Z","dependency_job_id":null,"html_url":"https://github.com/virtru/audit-export-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtru%2Faudit-export-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtru%2Faudit-export-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtru%2Faudit-export-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtru%2Faudit-export-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtru","download_url":"https://codeload.github.com/virtru/audit-export-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227501129,"owners_count":17781378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T06:32:38.348Z","updated_at":"2024-12-01T06:32:49.117Z","avatar_url":"https://github.com/virtru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virtru Audit Export Client v2\n\nPython client for pulling audit data from the Virtru audit API.\n\n## Getting started\n## This application currently works on MacOS\nThis requires **`python 3.5.0`** or higher\n\n```bash \nbrew upgrade\n````\n```bash \nbrew update\n````\n```bash \nbrew upgrade openssl\n````\n```bash \nbrew install python\n````\n```bash \ncurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n````\n```bash \npython3 -m pip --version\n````\n```bash \n/usr/bin/python3 -m pip install requests\n````\n```bash \npip3 install pandas\n````\n\n\n# Update with the actual path to your config.ini\n# example:\nconfig.read('/Users/first.lastname/Desktop/audit-export-client-v2/config.ini') \n\n\nRun the script using:\n/opt/homebrew/bin/python3 /Users/first.lastname/Desktop/audit-export-client-v2/auditclient.py\n\n\nyou must provide a `.ini` file with the following configuration:\n\n```ini\n[ApiInfo]\napiTokenId=\u003capiTokenId\u003e\napiTokenSecret=\u003capiTokenSecret\u003e\napiHost=\"api.virtru.com\"\napiPath=\"/audit/api/v1/events\"\n```\n\n## Options\n## 1\nthe start/end dates are hard coded to pull records automatically.  **`NOTE:`** the end date is current date and time; the start date is now - 365 days **`ISO 8601`** format. Currently default to `start=2010-01-01` `end=2100-01-01`:\n\n## 2\nuncomment the date prompt to specify start/end dates for pulling records.  **`NOTE:`** all dates must be in a valid **`ISO 8601`** format. Currently default to `start=2010-01-01` `end=2100-01-01`:\n### `--start=\u003cstart-date\u003e`  `--end=\u003cend-date\u003e`\n\n### `-See the 'audit_output' path for the audit file`\n\nthe output directory contain the human readable files\n### `--csv`\n\nthe output directory contain the machine readable files\n### `--json`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtru%2Faudit-export-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtru%2Faudit-export-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtru%2Faudit-export-client/lists"}