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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -