Skip to content

Instantly share code, notes, and snippets.

View arjunblj's full-sized avatar

Arjun Balaji arjunblj

View GitHub Profile
Setup instructions:
** I WOULD HIGHLY RECOMMEND SETTING THIS UP IN A VM**
1. Install Homebrew
2. Install Python with homebrew
3. Install pip with homebrew
4. Install requests with pip
5. Install requests[security] with pip
6. If necessary, install/update OpenSSL with homebrew
#!/bin/env/ python2.7
# Version 1.0.0
# Simple program to checkout in supreme
# adding multiprocessing and proxy support
import sys
import json
import time
import requests