This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
# | |
# This program downloads data from hearthlog and stores it in a | |
# single JSON file stored in AppData/Roaming/Hearth Log/Uploaded | |
# It has requires the requests library and has been tested with | |
# Python 2.7. It is licensed under the WTFPL version 2. | |
import os, requests, re, json, datetime | |
username = 'AnnanFay' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Wizards Of The Coast\MTGA] | |
"UseVerboseLogs"=dword:00000001 |