https://github.com/purarue/blizzard_gdpr_parser
Parses date-related information from my blizzard GDPR export.
https://github.com/purarue/blizzard_gdpr_parser
blizzard data gdpr webscraping
Last synced: about 1 year ago
JSON representation
Parses date-related information from my blizzard GDPR export.
- Host: GitHub
- URL: https://github.com/purarue/blizzard_gdpr_parser
- Owner: purarue
- License: mit
- Created: 2020-09-03T12:45:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:45:00.000Z (over 1 year ago)
- Last Synced: 2025-02-08T23:34:14.490Z (over 1 year ago)
- Topics: blizzard, data, gdpr, webscraping
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blizzard_gdpr_parser
Parses date-related information from my blizzard GDPR export.
For whatever reason, its an HTML file...
This searches for `tables` which contains things that look like dates/times, and parse those out of the file.
Was a very manual process, lots of small changes till I got the output I wanted, so not sure if it'd work for other people. Leaving it here as reference.
Used as part of my [`HPI`](https://github.com/purarue/HPI)
## Run
```
python3 parser.py ./path/to/html_dump.html ./data.json
```
The output is just lots of random events which have timestamps, like when I bought packs in HS, first games I played in random games, chat messages and Activity/IP info.