Skip to content

Instantly share code, notes, and snippets.

View AnnanFay's full-sized avatar
🏠
Working from home

AnnanFay

🏠
Working from home
View GitHub Profile
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Wizards Of The Coast\MTGA]
"UseVerboseLogs"=dword:00000001
#!/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'