bellingcat / wayback-google-analytics

A lightweight tool for scraping current and historic Google Analytics data
https://pypi.org/project/wayback-google-analytics/
MIT License
192 stars 23 forks source link

Change filenames/paths to be cross-platform (fixes #26) #27

Closed jclark1913 closed 8 months ago

jclark1913 commented 8 months ago

Overview

This PR fixes a bug experienced by Windows users (reported in #26 - thanks @martyna1221! ) where filenames generated with colons were throwing an oserror.

This PR makes all file paths compatible with Windows and updates output_test.py.

Changelog