This file contains hidden or 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
#!/usr/bin/env python | |
''' | |
if you find this script helpful and would like to give some crypto to | |
the cause, we would be very happy to receive it :) | |
donate bitcoin / counterparty: 3L19gTtMMJHpkAjYVduUZETdduwAfM7NGR | |
''' | |
import sys | |
import json | |
import requests | |
from requests.auth import HTTPBasicAuth |