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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -