Skip to content

Instantly share code, notes, and snippets.

@rako233
Created December 30, 2017 23:22
Show Gist options
  • Save rako233/711606cc861fd0bf498a3332f43caf58 to your computer and use it in GitHub Desktop.
Save rako233/711606cc861fd0bf498a3332f43caf58 to your computer and use it in GitHub Desktop.
session =cfscrape.Session()
cookie, agent = cfscrape.get_tokens('https://bittrex.com')
page = session.get('https://bittrex.com',headers={'User-Agent': agent}, cookies=cookie)
print(page.content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment