Last active
January 4, 2016 00:44
-
-
Save Aareon/8bba83ab119704f575ae to your computer and use it in GitHub Desktop.
data.json
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
//Used for MPOS API compatible pools. If you ain't got one, you're wasting your time | |
{"data": [ | |
{ | |
//http://url.com/index.php, etc. | |
"URL": "index.php?page=api&action=getuserstatus&api_key=", | |
"KEY": "<insert API key here>" | |
} | |
]} | |
//Did you know that these comments are the reason why I have parse.py? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment