Skip to content

Instantly share code, notes, and snippets.

@dean-weez
dean-weez / fraudcatch.py
Created November 19, 2020 08:26
Copy of fraudcatch.py
# This is, emphatically, not my code.
# Uploaded as a Gist for reference and commentary.
import json
import sys
def findfraud(NAME):
with open(NAME + '.json', encoding="utf8") as f:
x = json.load(f)