Skip to content

Instantly share code, notes, and snippets.

View D-32's full-sized avatar
:shipit:
Shipping stuff

Dylan Marriott D-32

:shipit:
Shipping stuff
View GitHub Profile
import requests
import json
import uuid
import time
from requests import Request, Session
# this is the initial call to get cookies and shit
s = Session()
r1 = s.get('https://challengethefuture.postfinance.ch/Contest/2')
totals = []