python 3.x - How to programmatically access this web form? -
the page @ https://www.onevanilla.com/ presents form details pre-paid gift card can entered. once click "sign in", page shown transactions on card , remaining balance.
i want use python automatically retrieve page, can parse out , print remaining balance. can figure out parsing, how simulate form submission python?
i tried @ request in browser's console, , seems variables (card number, cvv, date) submitted individual headers. there csrftoken
being submitted, i'm not sure that.
Comments
Post a Comment