Skip to content

Instantly share code, notes, and snippets.

View nrese's full-sized avatar
👋
❤️

Nicholas Resendez nrese

👋
❤️
View GitHub Profile
#This example uses Python 2.7 and the python-request library.
from requests import Request, Session
from requests.exceptions import ConnectionError, Timeout, TooManyRedirects
import json
url = 'https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest'
parameters = {